hugo/markup
Bjørn Erik Pedersen bfb9613a14
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
..
asciidoc Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
blackfriday Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
converter Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
goldmark Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
highlight Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
internal Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
markup_config Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
mmark Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
org Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
pandoc Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
rst Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
tableofcontents Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
markup.go Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
markup_test.go Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00