File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,9 @@ You can create lists or enumerations as usual. However, the behavior of the
8585` <enter> ` key is hacked to mimic the behavior of Microsoft products and
8686respect possible nesting. Although there are many reasons to stick with the
8787bundled [ vim-markdown] [ 3 ] behavior when it comes to lists,
88- my use-cases and preferences require a different behavior. At the end Vim is a
89- matter of customizing everything to your workflow, no? :)
88+ my use-cases and preferences require a different behavior.
89+ If you want the normal behavior, then set
90+ ` g:markdown_extras_config['hack_CR'] = false ` in your ` .vimrc ` .
9091
9192You can create to-do lists as you would do in normal markdown, by starting
9293lines with ` - [ ] ` . When in normal mode, you can check/uncheck the item in the
You can’t perform that action at this time.
0 commit comments