Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

GitHub Flavored Markdown renderer with fenced code block highlighting, clickable header anchor links.

License

Notifications You must be signed in to change notification settings

gobuffalo/github_flavored_markdown

 
 

Repository files navigation

github_flavored_markdown

Standard Test 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 github.com/gobuffalo/github_flavored_markdown

Directories

Path Synopsis
gfmstyle Package gfmstyle contains CSS styles for rendering GitHub Flavored Markdown.

License

About

GitHub Flavored Markdown renderer with fenced code block highlighting, clickable header anchor links.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.7%
  • Makefile 0.3%