hugo/helpers
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
..
content.go Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
content_test.go Prepare for Goldmark 2019-11-06 19:09:08 +01:00
docshelper.go Add Hugo Modules 2019-07-24 09:35:53 +02:00
emoji.go Move the emoji parsing to pageparser 2018-12-20 20:08:01 +01:00
emoji_test.go all: Apply staticcheck recommendations 2019-03-24 16:14:51 +01:00
general.go Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
general_test.go Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
path.go Add Hugo Modules 2019-07-24 09:35:53 +02:00
path_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
pathspec.go Block symlink dir traversal for /static 2019-07-25 11:27:25 +02:00
pathspec_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
processing_stats.go helpers: Fix golint issues 2018-09-07 08:25:51 +02:00
testhelpers_test.go Prepare for Goldmark 2019-11-06 19:09:08 +01:00
url.go all: Apply staticcheck recommendations 2019-03-24 16:14:51 +01:00
url_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00