top | item 41886453

(no title)

tducret | 1 year ago

Hey, I made a small JS that allows you to host a markdown file directly (no pre-conversion or plugin needed). It is rendered in the browser as HTML.

It can definitely be used in such a local website, giving the convenience of just writing plain markdown.

=> https://www.tducret.com/pure-markdown/

(source code) https://github.com/tducret/pure-markdown

discuss

order

telgareith|1 year ago

Looks more like you just made an HTML page that invokes "marked. Min. Js" from the npm cdn. Neat demo.