remove hardlinebreak because it creates issues with normal line-breaks
This commit is contained in:
@@ -7,7 +7,7 @@ pygmentsCodeFences = true
|
||||
|
||||
[blackfriday]
|
||||
# preserves linebreaks, and transforms to <br />
|
||||
extensions = [ "hardLineBreak" ]
|
||||
extensions = [ "" ]
|
||||
|
||||
[permalinks]
|
||||
blog = "/blog/:year/:slug"
|
||||
|
||||
Reference in New Issue
Block a user