hugo/tpl
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
..
cast
collections Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
compare
crypto
data Prepare for Goldmark 2019-11-06 19:09:08 +01:00
encoding
fmt
hugo
images
inflect
internal
lang
math
os
partials
path
reflect
resources Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
safe
site
strings
templates
time
tplimpl Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
transform Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
urls Support typed bool, int and float in shortcode params 2019-09-29 23:22:41 +02:00
template.go
template_info.go
template_test.go