<tbody>
<tr>
-<td><code>angledQuotes</code></td>
+<td><code><strong>angledQuotes</strong></code></td>
<td><code>false</code></td>
<td><code>HTML_SMARTYPANTS_ANGLED_QUOTES</code></td>
</tr>
</tr>
<tr>
-<td><code>fractions</code></td>
+<td><code><strong>fractions</strong></code></td>
<td><code>true</code></td>
<td><code>HTML_SMARTYPANTS_FRACTIONS</code></td>
</tr>
<tr>
<td class="purpose-title">Purpose:</td>
<td class="purpose-description" colspan="2">Enable smart fractions
-<small>(e.g. <code>5/12</code> renders to <sup>5</sup>⁄<sub>12</sub> (<code><sup>5</sup>&frasl;<sub>12</sub></code>))
+<small>(e.g. <code>5/12</code> renders to <sup>5</sup>⁄<sub>12</sub> (<code><sup>5</sup>&frasl;<sub>12</sub></code>))<br>
<strong>Caveat:</strong> Even with <code>fractions = false</code>,
Blackfriday would still convert 1/2, 1/4 and 3/4 to ½ (<code>&frac12;</code>),
¼ (<code>&frac14;</code>) and ¾ (<code>&frac34;</code>) respectively,
</tr>
<tr>
-<td><code>hrefTargetBlank</code></td>
+<td><code><strong>hrefTargetBlank</strong></code></td>
<td><code>false</code></td>
<td><code>HTML_HREF_TARGET_BLANK</code></td>
</tr>
</tr>
<tr>
-<td><code>latexDashes</code></td>
+<td><code><strong>latexDashes</strong></code></td>
<td><code>true</code></td>
<td><code>HTML_SMARTYPANTS_LATEX_DASHES</code></td>
</tr>
</tr>
<tr>
-<td><code>plainIdAnchors</code></td>
+<td><code><strong>plainIdAnchors</strong></code></td>
<td><code>false</code></td>
<td><code>FootnoteAnchorPrefix</code> and <code>HeaderIDSuffix</code></td>
</tr>
</tr>
<tr>
-<td><code>extensions</code></td>
+<td><code><strong>extensions</strong></code></td>
<td><code>[]</code></td>
<td><code>EXTENSION_*</code></td>
</tr>
</tr>
<tr>
-<td><code>extensionsmask</code></td>
+<td><code><strong>extensionsmask</strong></code></td>
<td><code>[]</code></td>
<td><code>EXTENSION_*</code></td>
</tr>
</tr>
</thead>
<tbody>
-<tr>
-<td><pre><code>[blackfriday]
+<tr style="vertical-align: top;">
+<td style="width: 50%;"><pre><code>[blackfriday]
angledQuotes = true
fractions = false
plainIdAnchors = true