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
Mon, 22 Mar 2010 15:47:15 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
lib/github/commands/rest2html
→
lib/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():