diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md index 84aa7b8ca..5c888703a 100644 --- a/docs/content/overview/configuration.md +++ b/docs/content/overview/configuration.md @@ -166,7 +166,7 @@ But Hugo does expose some options---as listed in the table below, matched with t -angledQuotes +angledQuotes false HTML_SMARTYPANTS_ANGLED_QUOTES @@ -176,14 +176,14 @@ But Hugo does expose some options---as listed in the table below, matched with t -fractions +fractions true HTML_SMARTYPANTS_FRACTIONS Purpose: Enable smart fractions -(e.g. 5/12 renders to 512 (<sup>5</sup>&frasl;<sub>12</sub>)) +(e.g. 5/12 renders to 512 (<sup>5</sup>&frasl;<sub>12</sub>))
Caveat: Even with fractions = false, Blackfriday would still convert 1/2, 1/4 and 3/4 to ½ (&frac12;), ¼ (&frac14;) and ¾ (&frac34;) respectively, @@ -191,7 +191,7 @@ but only these three.
-hrefTargetBlank +hrefTargetBlank false HTML_HREF_TARGET_BLANK @@ -201,7 +201,7 @@ but only these three.
-latexDashes +latexDashes true HTML_SMARTYPANTS_LATEX_DASHES @@ -211,7 +211,7 @@ but only these three. -plainIdAnchors +plainIdAnchors false FootnoteAnchorPrefix and HeaderIDSuffix @@ -221,7 +221,7 @@ but only these three. -extensions +extensions [] EXTENSION_* @@ -231,7 +231,7 @@ but only these three. -extensionsmask +extensionsmask [] EXTENSION_* @@ -252,8 +252,8 @@ but only these three. - -
[blackfriday]
+
+
[blackfriday]
   angledQuotes = true
   fractions = false
   plainIdAnchors = true