fletcher / MultiMarkdown-4

This project is now deprecated. Please use MultiMarkdown-6 instead!
https://github.com/fletcher/MultiMarkdown-5
Other
306 stars 59 forks source link

Compile JavaScript library? #22

Open devinrhode2 opened 11 years ago

devinrhode2 commented 11 years ago

Why not use Emscripten to produce a super high-performance markdown javascript library for the browser? Could end up being used on StackOverflow and Github! ;)

fletcher commented 11 years ago

Looks interesting. I'm not sure I have time to dive into this, but it seems as though this should be theoretically possible for someone who needs MMD in Javascript (I don't).

metawops commented 10 years ago

Would surely help to further spread MultiMarkdown. Lots of Markdown editors popup more and more -- as web apps. I just stumbled upon the Javascript based Brackets editor which seems to be highly popular among web developers and some guy from Adobe developed a Markdown extension for it: https://github.com/gruehle/MarkdownPreview

fletcher commented 10 years ago

Have at it!

;)

dtjm commented 9 years ago

FYI gentlemen I have a working port of MMD4 in JS, compiled using Emscripten here: https://github.com/dtjm/plaintext.js. It's not totally polished yet (documentation needs to be fixed) but it works. The library is designed to be an abstraction over multiple plaintext formats, so it covers more than just MMD.

fletcher commented 9 years ago

Thanks for sharing!