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

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

Code in `func (b *tableParagraphTransformer) parseRow` used the segment's `Value` to calculate some offsets as if `Value` always corresponds 1 to 1 to the source. Segments with padding cause incorrect...

I was writing a serializer/deserializer for goldmark AST and was comparing `.Dump`'s output to quickly check that AST survives the roundtrip encoding intact. But since `DumpHelper` uses Golang's `map` for...

I was trying to use the ast to parse code blocks, and noticed that `Text()` was always returning empty data. After digging into this a bit I discovered that the...

Hello, goldmark is great and I've been enjoying using it for several projects now. Thanks for working on this! I've run into a snag with the ast where I can't...

…allow Tasks to be Accomplished later (by updating markdown source and re-rendering). This is for someone who may want to use Goldmark as a better TODO list implementation. ## Reference...