Skip to content

Commit 14af2a5

Browse files
committed
Updated README
1 parent ec6282d commit 14af2a5

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ type `[` to see a list of all available links.
7070
In case you are working on a markdown file with mixed inline and
7171
reference-style links, you can convert the former to the latter by using
7272
`:MDEConvertLinks` command. All the newly created links will be placed after
73-
the `<!-- DO NOT REMOVE vim-markdown-extras references DO NOT REMOVE-->`
73+
the `<!-- DO NOT REMOVE vim-markdown-extras references DO NOT REMOVE-->`
7474
comment line. The reference identifiers are numbers.
7575

7676
> [!Note]
7777
>
7878
> The links management only applies to links reported after the
79-
> `<!-- DO NOT REMOVE vim-markdown-extras references DO NOT REMOVE-->`
79+
> `<!-- DO NOT REMOVE vim-markdown-extras references DO NOT REMOVE-->`
8080
> comment line. Such a line shall be unique in the buffer.
8181
8282
### Lists

lib/funcs.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export def CR_Hacked()
5555
# Check if the current line is an item.
5656
# OBS! The following scan the current line through the less general regex (a
5757
# regex can be contained in another regex)
58+
# TODO: search back the previous \n
5859
var is_item = false
5960
for variant in [variant_1, variant_2, variant_3, variant_4, variant_5]
6061
if current_line =~ $'^\s*{variant}\s*'

test/test_markdown_extras.vim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,3 @@ def g:Test_check_uncheck_todo_keybinding()
227227
:%bw!
228228
Cleanup_testfile(src_name_1)
229229
enddef
230-
231-
## References

0 commit comments

Comments
 (0)