= WikiProcessor implementation of Markdown = == Description == The !MarkdownMacro package implements John Gruber's [http://daringfireball.net/projects/markdown/ Markdown] lightweight markup syntax as a Trac [WikiProcessors WikiProcessor] macro. == Bugs/Feature Requests == Existing bugs and feature requests for MarkdownMacro are [report:9?COMPONENT=MarkdownMacro here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=MarkdownMacro&owner=dwclifton new ticket]. == Download == Download the zipped source from [download:markdownmacro here]. == Source == You can check out MarkdownMacro from [http://trac-hacks.org/svn/markdownmacro here] using Subversion, or [source:markdownmacro browse the source] with Trac. == Example == {{{ {{{ #!Markdown # RGB + Red + Green + Blue ## Source Code from trac.core import * from trac.wiki.macros import WikiMacroBase from trac.wiki.formatter import Formatter An example [link](http://example.com/ "With a Title"). }}} }}} == Recent Changes == [[ChangeLog(markdownmacro, 3)]] == Author/Contributors == '''Author:''' [wiki:dwclifton] [[BR]] '''Contributors:'''