Readme

micromark

micromark is a fantastic choice for formatting Markdown: it's tiny, safe, works great with Val Town.

1
2
3
4
export let micromarkExample = (async () => {
const { micromark } = await import("npm:micromark");
return micromark("**Bold text**");
})();
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
October 23, 2023