all repos — markup @ 86c376173892c8734c4330fb8f4b9777b5cadeea

The code we use to render README.your_favorite_markup

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 
Dave Abrahams dave@boostpro.com
Tue, 23 Mar 2010 06:47:15 +0800
commit

86c376173892c8734c4330fb8f4b9777b5cadeea

parent

5b98a3aa3d35a26613136e8a257b4a64ca180565

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

jump to
M lib/github/commands/rest2htmllib/github/commands/rest2html

@@ -23,6 +23,7 @@ 'file_insertion_enabled': False,

'raw_enabled': False, 'strip_comments': True, 'doctitle_xform': False, + 'report_level': 5, } def main():