goldmark icon indicating copy to clipboard operation
goldmark copied to clipboard

:trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.

Results 26 goldmark issues
Sort by recently updated
recently updated
newest added

`m` is never `nil` because it is initialized at the previous line with slice.

Renderers can ignore nodes they aren't interested in. However when a renderer doesn't register the highest node kind traversing a Markdown document results in the following panic: panic: runtime error:...

1. What version of goldmark are you using? : 1.4.14 2. What version of Go are you using? : go 1.19 3. What operating system and processor architecture are you...

Related to discussion https://github.com/yuin/goldmark/discussions/322

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. - [ ] goldmark is fully compliant with the CommonMark....

stale

I think this fixes the issue described in #335 when using both linkify and typographer. I intend my contribution to be similar to the behaviour of https://github.com/github/cmark-gfm/blob/6a6e335709ef68cf2c616eeaf61b09ed4c654669/extensions/autolink.c#L58 However, when using...

pinned

Hi, thanks for your valuable work! I've spent some time guessing why `Convert` method returns errors. My first guess was that the parser returns an error whenever it's unable to...

These changes might make it a bit easier to read the code.