Live data from Hacker News

Show HN: Edit and convert between Markdown, Org, HTML and more in your browser

markup.rocks

1–5 of 5 posts

Re: Show HN: Edit and convert between Markdown, Org, HTML and more in your browser

#2
This is something I've hacked together to learn how to develop client-side apps with Haskell. I've used GHCJS to compile Pandoc into JS (which is the reason for the huge app size, though I'm working on bringing it down) and built an interface around it using Reflex FRP library (https://github.com/ryantrinkle/reflex)

You can find the source code here: https://github.com/osener/markup.rocks