shithub: hugo

Download patch

ref: a82d2700fcc772aada15d65b8f76913ca23f7404
parent: ae816452b171b6b6aabca6a7423ed28a653baaa2
author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
date: Sat Jan 4 06:28:19 EST 2020

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