Markdown in Erlang
From Erlang Community
(Difference between revisions)
| Revision as of 08:32, 18 September 2009 (edit) Gordon guthrie (Talk | contribs) (New page: == Problem == You are building a web application and you want to provide the user with the ability to do rich text editing using Markdown (http://daringfireball.net/projects/markdown/). ...) ← Previous diff |
Current revision (08:33, 18 September 2009) (edit) (undo) Gordon guthrie (Talk | contribs) (→Solution) |
||
| Line 7: | Line 7: | ||
| Use erlmarkdown (http://github.com/gordonguthrie/erlmarkdown) | Use erlmarkdown (http://github.com/gordonguthrie/erlmarkdown) | ||
| - | [Category:CookBook]] | + | [[Category:CookBook]] |
Current revision
[edit] Problem
You are building a web application and you want to provide the user with the ability to do rich text editing using Markdown (http://daringfireball.net/projects/markdown/).
[edit] Solution
Use erlmarkdown (http://github.com/gordonguthrie/erlmarkdown)

Digg It
Del.icio.us
Reddit
Facebook
Stumble Upon
Technorati

