Skip to content

Commit 4edbde6

Browse files
authored
Fix markdown formatting for docs (#368)
1 parent edc5ef3 commit 4edbde6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

lib/ruby_lsp/ruby_lsp_rails/code_lens.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module Rails
66
# ![CodeLens demo](../../code_lens.gif)
77
#
88
# This feature adds several CodeLens features for Rails applications using Active Support test cases:
9+
#
910
# - Run tests in the VS Terminal
1011
# - Run tests in the VS Code Test Explorer
1112
# - Debug tests

lib/ruby_lsp/ruby_lsp_rails/definition.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module Rails
1010
# definition of the symbol under the cursor.
1111
#
1212
# Currently supported targets:
13+
#
1314
# - Callbacks
1415
# - Named routes (e.g. `users_path`)
1516
#
@@ -20,6 +21,7 @@ module Rails
2021
# ```
2122
#
2223
# Notes for named routes:
24+
#
2325
# - It is available only in Rails 7.1 or newer.
2426
# - Route may be defined across multiple files, e.g. using `draw`, rather than in `routes.rb`.
2527
# - Routes won't be found if not defined for the Rails development environment.

0 commit comments

Comments
 (0)