Commit Graph

3 Commits

Author SHA1 Message Date
Yannic Haupenthal 94660c34b6 add missing %s 2022-03-03 15:54:06 +01:00
Yannic Haupenthal 325de15e22 fix link to latest release note
since the release notes were moved to GitHub:
https://gohugo.io/news/no-more-releasenotes-here/
2022-03-03 15:54:06 +01:00
Bjørn Erik Pedersen ded74f0982 Add Goldmark as the new default markdown handler
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
2019-11-23 14:12:24 +01:00