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.
-
sh
A shell parser, formatter, and interpreter with bash support; includes shfmt -
go-humanize
Go Humans! (formatters for units to human friendly sizes) -
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. -
gographviz
Parses the Graphviz DOT language in golang -
go-pkg-rss
This package reads RSS and Atom feeds and provides a caching mechanism that adheres to the feed specs. -
go-pkg-xmlx
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. -
editorconfig-core-go
EditorConfig Core written in Go -
guesslanguage
Guess the natural language of a text in Go -
gonameparts
Takes a full name and splits it into individual name parts
Collect and Analyze Billions of Data Points in Real Time
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.