-
I'm not sure if anybody has brought this up but I just wish this feature could be supported. Pangu is a module that automatically insert spaces between CJK characters and Latin characters, which is ve…
-
What version of goldmark are you using? : 1.5.2
What version of Go are you using? : 1.19.3
What operating system and processor architecture are you using? : linux/amd64
code
```go
package m…
-
If I do
```go
var markdowner goldmark.Markdown = goldmark.New(
goldmark.WithExtensions(
embed.Embed,
),
)
```
embed.Embed gives an error, because `.Embed` doesn't exist or isn't public…
-
I encountered this today when attempting to use `dslg` to decode a formatted email.
This pattern decodes properly:
`[placeholder](https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%…
-
Hi @Kunde21 and @bwplotka I've forked this project, since it _seems_ our goals may be different. If they aren't though, I'd rather work with others instead of alone. It seems your current goal is a fo…
-
see https://github.com/abhinav/goldmark-frontmatter
-
First, thanks for this small and nice renderer and the description in the README and provided examples!
After parsing a document with table extension, like this:
`gm := goldmark.New(goldmark.Wit…
-
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.
- [ ] goldma…
-
### What version of Hugo are you using (`hugo version`)?
$ hugo version
hugo v0.121.1-00b46fed8e47f7bb0a85d7cfc2d9f1356379b740+extended windows/amd64 BuildDate=2023-12-08T08:47:45Z VendorInf…
-
[Reference-style links](https://www.markdownguide.org/basic-syntax/#reference-style-links) placed on top of the document add a leading line break to the document.
**Setup**
- OS: Debian
- Shell…