Home
last modified time | relevance | path

Searched refs:markdown_html (Results 1 – 1 of 1) sorted by relevance

/external/cronet/net/tools/net_docs/
Dnet_docs.py56 def FormatPage(markdown_html, title): argument
59 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)