hugo/tpl/urls
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
..
init.go tpl/urls: Add anchorize template func 2018-04-15 23:17:50 +02:00
init_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
urls.go markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00
urls_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00