package
Version:
v2.0.0-rc12
Opens a new window with list of versions in this module.
Published: Aug 9, 2024
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
Documentation
¶
func NewMarker(doMyStuff bool) *goMark
Source Files
¶
Click to show internal directories.
Click to hide internal directories.