all repos — grayfriday @ c7617b05ad8da2825e1b2d311622bf3472101624

blackfriday fork with a few changes

Merge pull request #93 from shurcooL/patch-1

Add a reference to github_flavored_markdown in README.
Vytautas Ĺ altenis vytas@rtfb.lt
Wed, 09 Jul 2014 16:25:33 +0300
commit

c7617b05ad8da2825e1b2d311622bf3472101624

parent

7680f7fdeb0d57222f62d02802af5e3585722384

1 files changed, 9 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -177,11 +177,19 @@ becomes `<sup>4</sup>&frasl;<sub>5</sub>`, which renders as

<sup>4</sup>&frasl;<sub>5</sub>. -Non-HTML output +Other renderers --------------- Blackfriday is structured to allow alternative rendering engines. Here are a few of note: + +* [github_flavored_markdown](https://godoc.org/github.com/shurcooL/go/github_flavored_markdown): + provides a GitHub Flavored Markdown renderer with fenced code block + highlighting, clickable header anchor links. + + It's not customizable, and its goal is to produce HTML output + equivalent to the [GitHub Markdown API endpoint](https://developer.github.com/v3/markdown/#render-a-markdown-document-in-raw-mode), + except the rendering is performed locally. * [markdownfmt](https://github.com/shurcooL/markdownfmt): like gofmt, but for markdown.