Stats
Version
0.1
Wheels Compatibility
1.1.7
Downloads
12
Last Updated
January 4, 2012
About Plugins
Plugins allow you to extend or modify default Wheels application behavior. To use, you just drop the zip file into your plugins directory and reload your application.
Read Using and Creating Plugins for more information.
Markdown
Converts Markdown text to HTML.
Author
Project Home
https://github.com/daamsie/CFWheels-Markdown
Description
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML.
Usage/Examples
<cfset markdown_text="Hi, I'm a sentence with *markdown* text." />
<cfoutput>#markdown(markdown_text)#</cfoutput>
