hugo/common/text
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
..
position.go Add file (line/col) info to ref/relref errors 2018-11-01 21:06:35 +01:00
position_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
transform.go markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00
transform_test.go markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00