hugo/markup/converter
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
..
hooks Preserve HTML Text for link render hooks 2019-12-18 22:55:19 +01:00
converter.go markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00