mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-24 05:42:40 +08:00
Join lines in compiled markdown so lists render in Confluence without extra whitespace
This commit is contained in:
parent
abb1fc9c05
commit
2db0de7228
@ -117,6 +117,7 @@ func CompileMarkdown(
|
|||||||
blackfriday.EXTENSION_TITLEBLOCK |
|
blackfriday.EXTENSION_TITLEBLOCK |
|
||||||
blackfriday.EXTENSION_BACKSLASH_LINE_BREAK |
|
blackfriday.EXTENSION_BACKSLASH_LINE_BREAK |
|
||||||
blackfriday.EXTENSION_DEFINITION_LISTS |
|
blackfriday.EXTENSION_DEFINITION_LISTS |
|
||||||
|
blackfriday.EXTENSION_JOIN_LINES |
|
||||||
blackfriday.EXTENSION_NO_EMPTY_LINE_BEFORE_BLOCK,
|
blackfriday.EXTENSION_NO_EMPTY_LINE_BEFORE_BLOCK,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user