remove hardlinebreak because it creates issues with normal line-breaks

This commit is contained in:
2019-10-22 19:31:01 +02:00
parent 59606141f9
commit 4c5ad0637d
5 changed files with 140 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ pygmentsCodeFences = true
[blackfriday]
# preserves linebreaks, and transforms to <br />
extensions = [ "hardLineBreak" ]
extensions = [ "" ]
[permalinks]
blog = "/blog/:year/:slug"