import discount
a = discount.Markdown('')
a.get_html_content()
--> Yields TypeError
TypeError: 'NoneType' object is unsubscriptable
Should return a blank.
Found that markdown or markdown2 give comparable performance, so now no longer using discount.
a = discount.Markdown('')
a.get_html_content()
--> Yields TypeError
TypeError: 'NoneType' object is unsubscriptable
Should return a blank.
Found that markdown or markdown2 give comparable performance, so now no longer using discount.
Comments
Post a Comment