taskbridgeapp.helpers.html_to_markdown
- taskbridgeapp.helpers.html_to_markdown(html)
Converts HTML to Markdown using the Markdownify library.
- Parameters:
html (
str) – the HTML to convert to Markdown.- Return type:
str- Returns:
the Markdown version of the HTML given.