4 ms·
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 def
by tducret 2y 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/ https://www.tducret.com/pure-markdown/
(source code) https://github.com/tducret/pure-markdown https://github.com/tducret/pure-markdown
- telgareith 2y agoLooks more like you just made an HTML page that invokes "marked. Min. Js" from the npm cdn. Neat demo.
- Brajeshwar 2y agoThis is nice. I have used https://ndossougbe.github.io/strapdown/ https://ndossougbe.github.io/strapdown/ to quickly throw out MarkDown files for people to see as rendered HTMLs. I love the cleanliness of your script. Thanks.