1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-22 21:54:22 +00:00
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 
2020-01-04 19:46:01 +01:00
..
init.go
init_test.go
urls.go markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00
urls_test.go