Skip to content

Commit a5042c6

Browse files
committed
Makes documentation look properly in Markdown
1 parent bbf8465 commit a5042c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Plugin is automatically applied for files with `.todo` extension.
2929

3030
##### TODO Items
3131

32-
The ` [ ] ` sequence of characters marks a line as a TODO list item.
32+
The sequence matching the expression '^ [ ] ' marks a line as a TODO list item.
3333

3434
###### Example
3535

doc/vim-todo-lists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ Plugin is automatically applied for files with `.todo` extension.
5050
TODO Items
5151
----------
5252

53-
The ' [ ] ' sequence of characters marks a line as a TODO list item.
53+
The sequence matching the expression '^ [ ] ' marks a line as a TODO list
54+
item.
5455

5556
Example
5657
-------

0 commit comments

Comments
 (0)