Add-on Directory

MarkdownLabel - Vaadin Add-on Directory

Label supporting markdown syntax MarkdownLabel - Vaadin Add-on Directory
The MarkdownLabel component supports using markdown syntax. This is then rendered as XHTML on the client side. Can be useful e.g. if you have an editor and don't want to force the users to write proper XHTML syntax. Uses the Txtmark library for parsing the actual syntax.
Issue Tracker
Source Code
Txtmark
Project homepage
Markdown syntax
Online Demo

MarkdownLabel version 0.1.0
Initial release. Need to verify the Vaadin version and browser compatibility better, before announcing what it officially supports. Please, let me know if there's something funky going on.

MarkdownLabel version 0.2.0
The 0.2.x versions are supporting Vaadin 7. Otherwise pretty much the same thing as 0.1.0 for Vaadin 6.

MarkdownLabel version 0.1.1
Changed processing library to Txtmark. Tested with Vaadin 6.7.8.

MarkdownLabel version 0.2.1
Changed MarkdownJ to txtmark as parsing library. Works with Vaadin 7 alpha 2.