hugo/markup
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
..
asciidoc Add render template hooks for links and images 2019-12-18 11:44:40 +01:00
blackfriday markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00
converter markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00
goldmark markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00
highlight markup: Reimplement pygmentsCodefencesGuessSyntax 2019-12-02 14:12:23 +01:00
internal Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
markup_config markup: Reimplement pygmentsCodefencesGuessSyntax 2019-12-02 14:12:23 +01:00
mmark Add render template hooks for links and images 2019-12-18 11:44:40 +01:00
org Add render template hooks for links and images 2019-12-18 11:44:40 +01:00
pandoc Add render template hooks for links and images 2019-12-18 11:44:40 +01:00
rst Add render template hooks for links and images 2019-12-18 11:44:40 +01:00
tableofcontents markup/tableofcontents: Add config option for ordered list 2019-12-12 07:48:40 +01:00
markup.go Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00
markup_test.go Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00