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
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():