tktm8's picture
Upload 59 files
fb05e78 verified
from markdownify import markdownify as md
def to_markdown(html: str) -> str:
return md(html, heading_style="ATX")