hugo/markup/highlight
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
..
temphighlighting Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
config_test.go Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
config.go Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
highlight_test.go Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
highlight.go Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00