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
commit c355ed66b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
},
)