Version 1 (modified by 9 years ago) (diff) | ,
---|
WikiProcessor implementation of Markdown
Description
The MarkdownMacro package implements John Gruber's Markdown lightweight markup syntax as a Trac WikiProcessor macro.
Bugs/Feature Requests
Existing bugs and feature requests for MarkdownMacro are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from [download:markdownmacro here].
Source
You can check out MarkdownMacro from here using Subversion, or 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
- 16481 by rjollos on 2017-04-10 21:53:37
-
TracMarkdownMacro 0.11.6: Allow
tab_length
to be configured
Patch by j.femia@….
Fixes #13143.
- 16092 by rjollos on 2016-12-18 04:42:12
-
0.11.5: Handle case in which
HREF
regex does not find a match
Fixes #12996.
- 13924 by rjollos on 2014-05-12 02:16:23
-
Fixed indentation using
reindent.py
. Refs #11743.
(more)
Author/Contributors
Author: dwclifton
Contributors: