Searched refs:markdown_html (Results 1 – 1 of 1) sorted by relevance
56 def FormatPage(markdown_html, title): argument59 return TEMPLATE.format(title=title, body=markdown_html)96 markdown_html = markdown_parser.reset().convert(markdown_text)100 full_html = FormatPage(markdown_html, title=input_filename)