Remove redundant text

This commit is contained in:
Jeremiah Valenzuela 2017-07-19 17:06:33 -05:00 committed by Bjørn Erik Pedersen
parent b92c204200
commit 1473b1d91a

View File

@ -11,7 +11,7 @@
`angledQuotes` `angledQuotes`
: default: **`false`**<br> : default: **`false`**<br>
Blackfriday flag: **`HTML_SMARTYPANTS_ANGLED_QUOTES`**<br> Blackfriday flag: **`HTML_SMARTYPANTS_ANGLED_QUOTES`**<br>
Purpose: `true` enables smart, angled double quotes. Example: "Hugo" renders to renders to «Hugo» instead of “Hugo”. Purpose: `true` enables smart, angled double quotes. Example: "Hugo" renders to «Hugo» instead of “Hugo”.
`fractions` `fractions`
: default: **`true`**<br> : default: **`true`**<br>
@ -52,4 +52,4 @@
: default: **`[]`** <br> : default: **`[]`** <br>
Blackfriday flag: **`EXTENSION_*`** <br> Blackfriday flag: **`EXTENSION_*`** <br>
Purpose: Enable one or more of Blackfriday's Markdown extensions (if they aren't Hugo defaults). <br> Purpose: Enable one or more of Blackfriday's Markdown extensions (if they aren't Hugo defaults). <br>
Example: Include `autoHeaderIds` as `false` in the list to disable Blackfriday's `EXTENSION_AUTO_HEADER_IDS`. Example: Include `autoHeaderIds` as `false` in the list to disable Blackfriday's `EXTENSION_AUTO_HEADER_IDS`.