github_flavored_markdown alternatives and similar packages
Based on the "blackfriday" category.
Alternatively, view github_flavored_markdown alternatives based on common mentions on social networks and blogs.
-
bluemonday
bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS -
mxj
Decode / encode XML to/from map[string]interface{} (or JSON); extract values with dot-notation paths and wildcards. Replaces x2j and j2x packages. -
go-pkg-rss
DISCONTINUED. This package reads RSS and Atom feeds and provides a caching mechanism that adheres to the feed specs. -
go-pkg-xmlx
DISCONTINUED. Extension to the standard Go XML package. Maintains a node tree that allows forward/backwards browsing and exposes some simple single/multi-node search functions.
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of github_flavored_markdown or a related project?
README
github_flavored_markdown
Package github_flavored_markdown provides a GitHub Flavored Markdown renderer with fenced code block highlighting, clickable heading anchor links.
The functionality should be equivalent to the GitHub Markdown API endpoint specified at https://developer.github.com/v3/markdown/#render-a-markdown-document-in-raw-mode, except the rendering is performed locally.
See examples for how to generate a complete HTML page, including CSS styles.
Installation
go get -u github.com/shurcooL/github_flavored_markdown
Directories
Path | Synopsis |
---|---|
gfmstyle | Package gfmstyle contains CSS styles for rendering GitHub Flavored Markdown. |
License
*Note that all licence references and agreements mentioned in the github_flavored_markdown README section above
are relevant to that project's source code only.