md4w icon indicating copy to clipboard operation
md4w copied to clipboard

A Markdown renderer written in Zig & C, compiled to WebAssymbly for all JS runtimes.

Results 4 md4w issues
Sort by recently updated
recently updated
newest added

```md --- title: Hello World desc: Hello world! slug: hello-world cover: /images/hello-world.png --- ![Cover]({cover}) # {title} Hello world! ``` 👇 ```html Hello World Hello World Hello world! ```

The version that's up on [JSR](https://jsr.io/@ije/md4w) is still at 0.0.1 which is out of date compared to 0.2.6 on [NPM](https://www.npmjs.com/package/md4w).

https://github.com/ije/md4w/blob/main/js/md4w.js#L240-L246 ```js if (wasmModule instanceof WebAssembly.Module) { const instance = new WebAssembly.Instance(wasmModule, { env }); wasm = instance.exports; } else if (wasmModule.default && wasmModule.allocMem) { // unwasm specific wasmModule.default(env); wasm...

Some tags like `` are simply rendered as `