Converts markdown string into HTML string. Usage example:

import { markdownToHtml } from "https://esm.town/v/xkonti/markdownToHtml"; const markdown = ` # Hello there How are you doing *these* days? `; const html = await markdownToHtml(markdown); console.log(html)

Migrated from folder: Utilities/markdownToHtml