diff --git a/VERSION b/VERSION index 97657915..e9f40641 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.7 (2012-03-19 15:40:54) dev +Version 1.99.7 (2012-03-19 15:43:26) dev diff --git a/gluon/contrib/markmin/markmin2html.py b/gluon/contrib/markmin/markmin2html.py index 2d614cf0..abe846a6 100755 --- a/gluon/contrib/markmin/markmin2html.py +++ b/gluon/contrib/markmin/markmin2html.py @@ -309,7 +309,7 @@ def render(text,extra={},allowed={},sep='p'): >>> render('this is\\n### a subsubsection\\nparagraph') '
this is
paragraph
' >>> render('**hello world**') - 'hello world
' + 'hello world
' >>> render('``hello world``') 'hello world'
>>> render('``hello world``:python')
@@ -319,7 +319,7 @@ def render(text,extra={},allowed={},sep='p'):
>>> render("''hello world''")
'hello world
' >>> render('** hello** **world**') - '** hello** world
' + '** hello** world
' >>> render('- this\\n- is\\n- a list\\n\\nand this\\n- is\\n- another') 'and this