-
Miniflux supports [converting feeds from markdown to html](https://github.com/miniflux/v2/blob/main/internal/reader/rewrite/rewrite_functions.go) via github.com/yuin/goldmark, but I fail to see a usec…
-
Hi! Thanks for the extensions, it's great to see support for Obsidian coming to markdown parsers. I didn't search enough for this repository and wrote my own extension before realizing that this alrea…
-
Apparently, according to [this goldmark issue](https://github.com/yuin/goldmark/issues/182), the goldmark instance created with `New` can be used concurrently with multiple go routines rendering diffe…
-
Low priority.
#### Site configuration
```text
[markup.goldmark.extensions]
strikethrough = false
[markup.goldmark.extensions.extras.delete]
enable = true
[markup.goldmark.extensions.ext…
-
### Details
Using
```toml
[markup]
[markup.goldmark]
[markup.goldmark.parser]
[markup.goldmark.parser.attribute]
title = true
```
in hugo.toml. You can get ids for eac…
-
feature request, support goldmark's wiki-table extension.
It allows for much cleaner and easier to read tables... rather than:
```
## Itinerary
Day | Date | Activity | GPX | Miles | KMs | Ma…
-
Dear developers,
Thank you for this brilliant work!
I would like to kindly ask how I might go about changing the current syntax:
````
```{.python .cb-nb}
# Some code
```
````
To a Goldmark s…
-
Hello. On https://github.com/Axway/axway-open-docs project, we've been using Hugo Blackfriday markdown parser, and now we want to update it to Goldmark, see [#1047](https://github.com/Axway/axway-open…
-
It’s actually maintained and possibly has better results. Michael told me IRL this would be a thing to do, I’m just opening this issue to keep track of it (and let potential contributors know about it…
-
seems to be industry-standard, and maybe has more features that what i'm using (don't remember what i'm using it may already be goldmark lmao but i dont think it is)
to be migrated to goldmark:
…