1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
cowyo/vendor/github.com/shurcooL/github_flavored_markdown
2018-01-24 08:45:42 +11:00
..
gfmstyle Vendoring 2017-10-03 14:43:55 -04:00
.travis.yml Vendoring 2017-10-03 14:43:55 -04:00
main_test.go Vendoring 2017-10-03 14:43:55 -04:00
main.go Update all dependencies to latest 2018-01-24 08:45:42 +11:00
README.md Vendoring 2017-10-03 14:43:55 -04:00
sanitize_test.go Vendoring 2017-10-03 14:43:55 -04:00

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