Question

Is there a Lightweight markup language similar to the one I'm typing in that converts * to italics and ** to bold that works with coldfusion? or even a simpler version, that's just a list of regex rules and does that basics, like convert link markup to the a proper anchor?

Était-ce utile?

La solution

There are several CFML libraries to parse markdown to HTML: http://www.riaforge.org/index.cfm?event=page.search#markdown

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top