Reformat code block in documentation
This commit is contained in:
parent
9aff988fe9
commit
282804ba1f
|
@ -34,7 +34,9 @@ You accomplish the first step by putting
|
||||||
|
|
||||||
.. code-block:: html
|
.. code-block:: html
|
||||||
|
|
||||||
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
<script type="text/javascript"
|
||||||
|
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
|
||||||
|
</script>
|
||||||
|
|
||||||
into the ``<head>`` block of your document. (It can also go in the
|
into the ``<head>`` block of your document. (It can also go in the
|
||||||
``<body>`` if necessary, but the head is to be preferred.) This will
|
``<body>`` if necessary, but the head is to be preferred.) This will
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -72,7 +72,9 @@ setup for your pages.</p>
|
||||||
it.</li>
|
it.</li>
|
||||||
</ol>
|
</ol>
|
||||||
<p>You accomplish the first step by putting</p>
|
<p>You accomplish the first step by putting</p>
|
||||||
<div class="highlight-html"><div class="highlight"><pre><span class="nt"><script </span><span class="na">type=</span><span class="s">"text/javascript"</span> <span class="na">src=</span><span class="s">"http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"</span><span class="nt">></script></span>
|
<div class="highlight-html"><div class="highlight"><pre><span class="nt"><script </span><span class="na">type=</span><span class="s">"text/javascript"</span>
|
||||||
|
<span class="na">src=</span><span class="s">"http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"</span><span class="nt">></span>
|
||||||
|
<span class="nt"></script></span>
|
||||||
</pre></div>
|
</pre></div>
|
||||||
</div>
|
</div>
|
||||||
<p>into the <tt class="docutils literal"><span class="pre"><head></span></tt> block of your document. (It can also go in the
|
<p>into the <tt class="docutils literal"><span class="pre"><head></span></tt> block of your document. (It can also go in the
|
||||||
|
|
|
@ -34,7 +34,9 @@ You accomplish the first step by putting
|
||||||
|
|
||||||
.. code-block:: html
|
.. code-block:: html
|
||||||
|
|
||||||
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
<script type="text/javascript"
|
||||||
|
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
|
||||||
|
</script>
|
||||||
|
|
||||||
into the ``<head>`` block of your document. (It can also go in the
|
into the ``<head>`` block of your document. (It can also go in the
|
||||||
``<body>`` if necessary, but the head is to be preferred.) This will
|
``<body>`` if necessary, but the head is to be preferred.) This will
|
||||||
|
|
Loading…
Reference in New Issue
Block a user