Set breaks=true for backward compatibility
This commit is contained in:
parent
99d87fce66
commit
19f8c69527
@ -17,7 +17,7 @@ extensions:
|
|||||||
# Markdown extensions
|
# Markdown extensions
|
||||||
markdown:
|
markdown:
|
||||||
abbr: true
|
abbr: true
|
||||||
breaks: false
|
breaks: true
|
||||||
deflist: true
|
deflist: true
|
||||||
del: true
|
del: true
|
||||||
fence: true
|
fence: true
|
||||||
@ -29,6 +29,7 @@ extensions:
|
|||||||
typographer: true
|
typographer: true
|
||||||
# Enable strict CommonMark:
|
# Enable strict CommonMark:
|
||||||
#abbr: false
|
#abbr: false
|
||||||
|
#breaks: false
|
||||||
#deflist: false
|
#deflist: false
|
||||||
#del: false
|
#del: false
|
||||||
#footnote: false
|
#footnote: false
|
||||||
|
@ -70,5 +70,5 @@ newFileContent: |
|
|||||||
newFileProperties: |
|
newFileProperties: |
|
||||||
# extensions:
|
# extensions:
|
||||||
# markdown:
|
# markdown:
|
||||||
# breaks: true
|
# breaks: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user