We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62ff90 commit 4ec558cCopy full SHA for 4ec558c
tests/fixtures/test_rst_008.html
@@ -12,3 +12,4 @@
12
<span class="nb">echo</span> <span class="s2">"OK"</span>
13
<span class="k">fi</span></code></pre>
14
<p>or click <a href="http://www.surveymonkey.com" rel="nofollow">SurveyMonkey</a></p>
15
+<pre><code>An unknown code fence block</code></pre>
tests/fixtures/test_rst_008.rst
@@ -20,3 +20,8 @@ and then here is some bash:
20
fi
21
22
or click `SurveyMonkey <http://www.surveymonkey.com>`_
23
+
24
25
+.. code-block:: abc
26
27
+ An unknown code fence block
0 commit comments