all repos — markup @ fc50e310d48b8c02890cc99318417496e27efcce

The code we use to render README.your_favorite_markup

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
commit

fc50e310d48b8c02890cc99318417496e27efcce

parent

01188801e023d515bc7a23132f5f445f4359caba

2 files changed, 0 insertions(+), 2 deletions(-)

jump to
M HISTORY.mdHISTORY.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/rest2htmllib/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():