1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-04-29 18:31:40 +00:00
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 
Fixes 
Fixes 
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
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
template.go
template_info.go
template_test.go