hugo/helpers
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
..
content.go markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00
content_test.go
docshelper.go
emoji.go
emoji_test.go
general.go tpl/partials: Allow any key type in partialCached 2019-12-03 00:13:47 +01:00
general_test.go tpl/partials: Allow any key type in partialCached 2019-12-03 00:13:47 +01:00
path.go markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00
path_test.go
pathspec.go
pathspec_test.go
processing_stats.go
testhelpers_test.go
url.go
url_test.go