开发者

Markdown parser in Javascript [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will l开发者_如何学Cikely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

Does anyone know a markdown parser in Javascript ?

PS : Actually, I do this with request to server to parse it, but a client side parser would be better :) .

Edit : If there is no one, I will use HTML (with WYSIWYG editor).


Showdown? -

The http://attacklab.net/showdown/ site is defunct.

Showdown is now available on git, here: https://github.com/coreyti/showdown


markdown-js is awesome.

html = markdown.toHTML(someMarkdownText);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜