Skip to content

Commit

Permalink
do not ignore raw HTML content
Browse files Browse the repository at this point in the history
I don't like Hugo's decision: gohugoio/hugo#6581 but that's fine, since the workaround is simple enough
  • Loading branch information
yihui committed Feb 7, 2020
1 parent b1764b5 commit 61e29cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,8 @@ params:
blackfriday:
extensionsmask: ["noIntraEmphasis"]
fractions: false

markup:
goldmark:
renderer:
unsafe: true

0 comments on commit 61e29cd

Please sign in to comment.