Add doc for new Blackfriday options

See #1220
See #1231
This commit is contained in:
Bjørn Erik Pedersen 2015-06-28 15:27:47 +02:00
parent 483fc8fa3d
commit a509a23255

View file

@ -190,6 +190,26 @@ Blackfriday would still convert 1/2, 1/4 and 3/4 to ½&nbsp;(<code>&amp;frac12;<
but only these three.</small></td>
</tr>
<tr>
<td><code>hrefTargetBlank</code></td>
<td><code>false</code></td>
<td><code>HTML_HREF_TARGET_BLANK</code></td>
</tr>
<tr>
<td class="purpose-title">Purpose:</td>
<td class="purpose-description" colspan="2">Open external links in a new window/tab.</small></td>
</tr>
<tr>
<td><code>latexDashes</code></td>
<td><code>true</code></td>
<td><code>HTML_SMARTYPANTS_LATEX_DASHES</code></td>
</tr>
<tr>
<td class="purpose-title">Purpose:</td>
<td class="purpose-description" colspan="2">Disable LaTeX style dashes.</small></td>
</tr>
<tr>
<td><code>plainIdAnchors</code></td>
<td><code>false</code></td>