1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-13 04:44:33 +00:00
Commit graph

3 commits

Author SHA1 Message Date
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 
2020-01-04 19:46:01 +01:00
Bjørn Erik Pedersen
9e57182705
tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
Bjørn Erik Pedersen
1d18eb0574 Add file (line/col) info to ref/relref errors
See 
2018-11-01 21:06:35 +01:00