package
Version:
v2.0.0-rc03
Opens a new window with list of versions in this module.
Published: Jun 19, 2024
License: MIT
Opens a new window with license information.
Imports: 9
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
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
- The AST has all the document contents.
- It supports block level attributes: {#id3 .myclass fontsize="tiny"}' on (at least)
header blocks and code blocks
Meh
Documentation
¶
func NewMarker(doMyStuff bool) *gomark
Source Files
¶
Click to show internal directories.
Click to hide internal directories.