From a509a23255d20769621a2d2a714964fc3c6bca55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 28 Jun 2015 15:27:47 +0200 Subject: [PATCH] Add doc for new Blackfriday options See #1220 See #1231 --- docs/content/overview/configuration.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md index 80df792b2..8b7c84aed 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