They are not.
CONTRIBUTING.rst CREDITS.rst <span class="g g-AnsiBrightBlue">doc</span> <span class="g g-AnsiBrightBlue">pelican-plugins</span> README.rst
COPYING <span class="g g-AnsiBrightBlue">css</span> <span class="g g-AnsiBrightBlue">doxygen</span> <span class="g g-AnsiBrightBlue">pelican-theme</span> <span class="g g-AnsiBrightBlue">site</span></pre>
<pre class="m-code">// this language is not highlighted</pre>
+<p>Properly preserve backslashes: <code class="m-code"><span class="k">\frac</span><span class="nb">{</span>a<span class="nb">}{</span>b<span class="nb">}</span></code></p>
<!-- /content -->
</div>
</div>
.. role:: cpp(code)
:language: c++
+.. role:: tex(code)
+ :language: tex
.. code:: c++
.. code:: whatthefuck
// this language is not highlighted
+
+Properly preserve backslashes: :tex:`\frac{a}{b}`
<use x='53.9533' xlink:href='#eq6-g2-66' y='0'/>
</g>
</svg></p>
-<p>The <code class="m-code"><span class="k">\cfrac</span></code> thing doesn't align well: <svg class="m-math" style="vertical-align: -6.3pt;" height='30.1719pt' version='1.1' viewBox='0 -14.1436 70.1821 24.1375' width='87.7276pt'>
+<p>The <code>\cfrac</code> thing doesn't align well: <svg class="m-math" style="vertical-align: -6.3pt;" height='30.1719pt' version='1.1' viewBox='0 -14.1436 70.1821 24.1375' width='87.7276pt'>
<title>LaTeX Math</title>
<desc>
W = \sum_{i=0}^{n} \cfrac{w_i}{h_i}
<use x='65.9862' xlink:href='#eq7-g1-105' y='9.99393'/>
</g>
</svg></p>
-<p>Huh, apparently backslashes have to be escaped in things like this:
-<code class="m-code">frac</code></p>
<!-- /content -->
</div>
</div>
:summary: no.
-.. role:: tex(code)
- :language: tex
.. role:: math-primary(math)
:class: m-primary
the lines :math:`W = \sum_{i=0}^{n} \frac{w_i}{h_i}` because
:math:`Y = \sum_{i=0}^{n} B`
-The :tex:`\\cfrac` thing doesn't align well: :math:`W = \sum_{i=0}^{n} \cfrac{w_i}{h_i}`
-
-Huh, apparently backslashes have to be escaped in things like this:
-:tex:`\frac`
+The ``\cfrac`` thing doesn't align well: :math:`W = \sum_{i=0}^{n} \cfrac{w_i}{h_i}`