download   home   source


lmajano@gmail.com's Gravatar   Luis Majano Sep 09, 2010 at 1:42 AM Feb 11, 2012 at 2:25 PM 1.0 3.0.X Plugins 1623 350

Markdown

A plugin that converts markdown text to HTML

Description

Markdown Plugin For ColdBox

ColdBox Version: 3.0.0

This plugin uses the markdownJ library found here:

  • MarkdownJ is the pure Java port of Markdown (a text-to-html conversion tool written by John Gruber.)

What is Markdown?

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 (or HTML).

Resources

Installation Instructions

Just drop into your application's plugins folder and use it like so:

#getMyPlugin("markdown.Markdown").toHTML("A simple **test**.")#

Changelog

Version 2.0

  • Added a new ColdBox powered Dingus
Version 1.0
  • Initial release