md
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
A Markdown renderer written in Zig & C, compiled to WebAssymbly for val.town - https://github.com/ije/md4w
import { render } from "https://esm.town/v/ije/md"
render("Stay _foolish_, stay **hungry**!") // -> <p>Stay <em>foolish</em>, stay <strong>hungry</strong>!</p>