mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
bfb9613a14
This commit adds the fast and CommonMark compliant Goldmark as the new default markdown handler in Hugo. If you want to continue using BlackFriday as the default for md/markdown extensions, you can use this configuration: ```toml [markup] defaultMarkdownHandler="blackfriday" ``` Fixes #5963 Fixes #1778 Fixes #6355 |
||
---|---|---|
.. | ||
init.go | ||
init_test.go | ||
remarshal.go | ||
remarshal_test.go | ||
transform.go | ||
transform_test.go | ||
unmarshal.go | ||
unmarshal_test.go |