hugo/markup/blackfriday
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
..
blackfriday_config Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
convert.go markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00
convert_test.go Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
renderer.go Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00