Revert "Be forgiving of ReST errors or problems that aren't user errors, but show up due to context (e.g. raw and include directives are disabled for the GitHub site). GitHub should still give an approximate rendering " This reverts commit 86c376173892c8734c4330fb8f4b9777b5cadeea.
Chris Wanstrath chris@ozmm.org
Mon, 22 Mar 2010 17:10:20 -0700
2 files changed,
0 insertions(+),
2 deletions(-)
M
HISTORY.md
→
HISTORY.md
@@ -1,6 +1,5 @@
## 0.3.1 (2010-03-22) -* Be forgiving of ReST errors or problems that aren't user errors. * Add .rst.txt extension * Fix ASCII encoding error while using print u'\u010c' non-ASCII char and similar.
M
lib/github/commands/rest2html
→
lib/github/commands/rest2html
@@ -23,7 +23,6 @@ 'file_insertion_enabled': False,
'raw_enabled': False, 'strip_comments': True, 'doctitle_xform': False, - 'report_level': 5, } def main():