package
2.0.6
Repository: https://github.com/monopole/mdrip.git
Documentation: pkg.go.dev

# README

The gomarkdown parser

https://github.com/gomarkdown/markdown

Notes made in late 2023; likely very out of date

GOOD

  • It has no open pull requests - responsive owners
  • Better documentation than goldmark.
  • Clear access to the AST, as the API requires you to hold it in between parse and render.
  • The AST has all the document contents.
  • It supports block level attributes: {#id3 .myclass fontsize="tiny"}' on (at least) header blocks and code blocks

maybe problems