Popularity
5.2
Stable
Activity
0.0
-
156
5
43

Programming language: Go
License: MIT License

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.

Do you think we are missing an alternative of github_flavored_markdown or a related project?

Add another 'blackfriday' Package

README

github_flavored_markdown

Build Status GoDoc

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.