-
## Background
Users can add Mermaid diagrams to the documents using `content.text` with `format_as` set to `code` and `code_language` set to `mermaid`, but in the case user's Markdown renderer does…
traut updated
3 months ago
-
My journey of discovery brings me to you.
I am using goldmark in Hugo to display a small front end for our course and while I was testing I noticed that task lists as rendered by markdown are hitti…
-
## Description
Hello gitea devs! What would you think about supporting TOML frontmatter, not just YAML? TOML is an established standard (widely used, especially in the Rust ecosystem), and the stan…
-
There are some kinds of transformations that I'd like to be able to perform on my content that are not possible or easy with shortcodes.
For instance, it is not currently possible to wrap each rend…
rgov updated
2 months ago
-
Having local navigation, like:
```
# Markdown Test Page
* [Headings](#Headings)
* [Paragraphs](#Paragraphs)
* [Blockquotes](#Blockquotes)
* [Lists](#Lists)
* [Horizontal rule](#Horizontal)
*…
-
`relref` is quite long and complicated to write, for example:
`[Report a vulnerability]({{< relref "security#reporting-a-vulnerability" >}})`
`{{< wiki "3rd Party Applications" "already existing one…
-
https://github.com/jygastaud/hugo-microtypo/blob/master/microtypo/layouts/partials/content.html#L25
-
goldmark has [https://github.com/yuin/goldmark/discussions](Discussions) in github.
You should post only issues here. Feature requests and questions should be posted at discussions.
- [x] goldma…
rhysd updated
1 month ago
-
Currently, the hugo configuration file can only enable or disable the Footnote extention to goldmark. The reson for this is that the [allowed properties are hardcoded in hugo](https://github.com/gohug…
-
### What version of Hugo are you using (`hugo version`)?
hugo v0.83.0-DEV+extended linux/amd64 BuildDate=unknown
### Does this issue reproduce with the latest release?
Yes
### Without …