hugo/markup/goldmark
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
..
goldmark_config markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00
autoid.go markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00
autoid_test.go markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00
convert.go markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00
convert_test.go markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00
render_link.go Preserve HTML Text for image render hooks 2019-12-19 19:02:03 +01:00
toc.go markup: Add typographic chars from goldmark to toc 2019-12-10 23:48:44 +01:00
toc_test.go markup/tableofcontents: Add config option for ordered list 2019-12-12 07:48:40 +01:00