Merge pull request #53 from MattyRad/master

Join lines in compiled markdown so lists render in Confluence without…
This commit is contained in:
Egor Kovetskiy
2021-01-15 10:00:18 +03:00
committed by GitHub

View File

@@ -117,6 +117,7 @@ func CompileMarkdown(
blackfriday.EXTENSION_TITLEBLOCK |
blackfriday.EXTENSION_BACKSLASH_LINE_BREAK |
blackfriday.EXTENSION_DEFINITION_LISTS |
blackfriday.EXTENSION_JOIN_LINES |
blackfriday.EXTENSION_NO_EMPTY_LINE_BEFORE_BLOCK,
},
)