Duplicated from tktm8/EmpathemePotionBot
fb05e78
1
2
3
4
5
from markdownify import markdownify as md def to_markdown(html: str) -> str: return md(html, heading_style="ATX")