DEV Community

Samandar Ravshanov
Samandar Ravshanov

Posted on

📦Convert Markdown into HTML

from functorflow import f

r = f('md-html', '# hello, markdown!')

print(r) # <h1 id="hellomarkdown">hello, markdown!</h1>
Enter fullscreen mode Exit fullscreen mode

Stop wasting time installing and configuring Python libraries. Use them right away. 📦FunctorFlow instantly auto-install and auto-config them for you.

Top comments (0)