ecap5_treq.log module

ecap5_treq.html.markdown_to_html(content: str) str

Converts a github markdown to html

Parameters:

content (str) – the markdown string

Returns:

an html string

Return type:

str

ecap5_treq.html.process_alerts(content: str) str

Converts a github markdown alerts to html

Parameters:

content (str) – the markdown string

Returns:

an html string with converted alerts

Return type:

str