Utils
hypha.core.utils
¶
markdown_to_html
¶
Converts markdown text to html.
- No escape of HTML tags
- With strikethrough plugin
- With table plugin
- With footnote plugin
Parameters:
-
text
(str
) –markdown text
Returns:
-
str
–Formatted markdown in HTML format