Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/github/commands/rest2html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ SETTINGS = {
'doctitle_xform': True,
'sectsubtitle_xform': True,
'initial_header_level': 2,
'report_level': 3,
'report_level': 5,
'syntax_highlight' : 'none',
'math_output' : 'latex'
}
Expand Down
2 changes: 1 addition & 1 deletion test/markups/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Header 2

3. Somé UTF-8°

The UTF-8 quote character in this table used to cause python to go boom. Now docutils just displays an error inline so the user can fix it. Upgrading to Python 3 will fix this.
The UTF-8 quote character in this table used to cause python to go boom. Now docutils just silently ignores it.

.. csv-table:: Things that are Awesome (on a scale of 1-11)
:quote: ”
Expand Down
21 changes: 1 addition & 20 deletions test/markups/README.rst.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,7 @@ <h2><a class="toc-backref" href="#id1">Header 2</a></h2>
<li>More <tt class="docutils literal">code</tt>, hooray</li>
<li>Somé UTF-8°</li>
</ol>
<p>The UTF-8 quote character in this table used to cause python to go boom. Now docutils just displays an error inline so the user can fix it. Upgrading to Python 3 will fix this.</p>
<div class="system-message">
<p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">&lt;string&gt;</tt>, line 22)</p>
<p>Error with CSV data in &quot;csv-table&quot; directive:
&quot;quotechar&quot; must be an 1-character string</p>
<pre>
.. csv-table:: Things that are Awesome (on a scale of 1-11)
:quote: ”

Thing,Awesomeness
Icecream, 7
Honey Badgers, 10.5
Nickelback, -2
Iron Man, 10
Iron Man 2, 3
Tabular Data, 5
Made up ratings, 11

</pre>
</div>
<p>The UTF-8 quote character in this table used to cause python to go boom. Now docutils just silently ignores it.</p>
<table class="docutils">
<colgroup>
<col width="19%" />
Expand Down