hugo/tpl
Bjørn Erik Pedersen a82d2700fc
markup/goldmark: Make auto IDs GitHub compatible
You can turn off this behaviour:

```toml
[markup]
  [markup.goldmark]
    [markup.goldmark.parser]
      autoHeadingIDAsciiOnly = true
```
Note that the `anchorize` now adapts its behaviour depending on the default Markdown handler.

Fixes #6616
2020-01-04 19:46:01 +01:00
..
cast
collections tpl/collections: Some more params merge adjustments 2019-12-19 20:50:30 +01:00
compare tpl: Get rid of the custom template truth logic 2019-12-18 20:05:22 +01:00
crypto
data
encoding
fmt tpl: Do not return any value in errorf 2019-12-21 10:26:14 +01:00
hugo
images
inflect
internal tpl: Get rid of the custom template truth logic 2019-12-18 20:05:22 +01:00
lang
math
os
partials Add render template hooks for links and images 2019-12-18 11:44:40 +01:00
path
reflect
resources
safe
site
strings
templates
time
tplimpl tpl: Get rid of the custom template truth logic 2019-12-18 20:05:22 +01:00
transform
urls markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00
template.go Add render template hooks for links and images 2019-12-18 11:44:40 +01:00
template_info.go Add render template hooks for links and images 2019-12-18 11:44:40 +01:00
template_test.go