This is a plugin for the CFWheels framework to allow rendering of Markdown syntax.
Wrap your markdown formatted strings with markdown()
The latest version of this script can always be found at the Github project page which is located at https://github.com/daamsie/ColdFusion-on-Wheels-Markdown-plugin
Only tested so far on Coldfusion 9.0 with CFWheels 1.1.7
This plugin provides a wrapper for the Java port of Markdown - MarkdownJ. The jar file is included in the lib folder. Using the most up to date version I could find from this fork.
Markdown was created by John Gruber.