From 3946e8caa63b69a5dfed8faef79d66140a13b72f Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Thu, 8 Sep 2011 02:30:18 +1000 Subject: [PATCH] add support for GitHub-style wiki links --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index 2d8863f..c5fe453 100644 --- a/README.markdown +++ b/README.markdown @@ -20,6 +20,7 @@ Currently _pegdown_ supports the following extensions over standard Markdown: * HTML BLOCK SUPPRESSION: Suppresses the output of HTML blocks. * INLINE HTML SUPPRESSION: Suppresses the output of inline HTML elements. * NO_FOLLOW_LINKS: Attaches a `rel="nofollow"` attribute to all generated HTML links. +* WIKILINKS: Support GitHub-style wiki links to relative HTML files. Note: _pegdown_ differs from the original Markdown in that it ignores in-word emphasis as in