From: Bjørn Erik Pedersen Date: Sun, 28 Jun 2015 13:27:47 +0000 (+0200) Subject: Add doc for new Blackfriday options X-Git-Tag: v0.15~310 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a509a23255d20769621a2d2a714964fc3c6bca55;p=brevno-suite%2Fhugo Add doc for new Blackfriday options See #1220 See #1231 --- diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md index 80df792b..8b7c84ae 100644 --- a/docs/content/overview/configuration.md +++ b/docs/content/overview/configuration.md @@ -190,6 +190,26 @@ Blackfriday would still convert 1/2, 1/4 and 3/4 to ½ (&frac12;< but only these three. + +hrefTargetBlank +false +HTML_HREF_TARGET_BLANK + + +Purpose: +Open external links in a new window/tab. + + + +latexDashes +true +HTML_SMARTYPANTS_LATEX_DASHES + + +Purpose: +Disable LaTeX style dashes. + + plainIdAnchors false