hugo/parser
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
..
metadecoders tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
pageparser Support typed bool, int and float in shortcode params 2019-09-29 23:22:41 +02:00
frontmatter.go all: Apply staticcheck recommendations 2019-03-24 16:14:51 +01:00
frontmatter_test.go Convert the rest to new page parser code paths 2018-10-22 20:46:14 +02:00
lowercase_camel_json.go Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00