all repos — markup @ f0111861dcf5926e1b1042319c015342ea8afd5f

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
Mon, 22 Mar 2010 15:47:15 -0700
commit

f0111861dcf5926e1b1042319c015342ea8afd5f

parent

467efda494c306294a2f98b63c6d273af92806da

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