Skip to content

Commit 0ea07f3

Browse files
committed
Updated README
1 parent 65b61df commit 0ea07f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
8686
respect possible nesting. Although there are many reasons to stick with the
8787
bundled [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

9192
You can create to-do lists as you would do in normal markdown, by starting
9293
lines with `- [ ]` . When in normal mode, you can check/uncheck the item in the

0 commit comments

Comments
 (0)