Changes between Initial Version and Version 1 of MarkdownMacro


Ignore:
Timestamp:
Dec 30, 2008, 11:46:55 PM (15 years ago)
Author:
Douglas Clifton
Comment:

New hack MarkdownMacro, created by dwclifton

Legend:

Unmodified
Added
Removed
Modified
  • MarkdownMacro

    v1 v1  
     1= WikiProcessor implementation of Markdown =
     2
     3== Description ==
     4
     5The !MarkdownMacro package implements John Gruber's [http://daringfireball.net/projects/markdown/ Markdown] lightweight markup syntax as a Trac [WikiProcessors WikiProcessor] macro.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for MarkdownMacro are
     10[report:9?COMPONENT=MarkdownMacro here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=MarkdownMacro&owner=dwclifton new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:markdownmacro here].
     18
     19== Source ==
     20
     21You can check out MarkdownMacro from [http://trac-hacks.org/svn/markdownmacro here] using Subversion, or [source:markdownmacro browse the source] with Trac.
     22
     23== Example ==
     24
     25{{{
     26{{{
     27#!Markdown
     28
     29# RGB
     30
     31+ Red
     32+ Green
     33+ Blue
     34
     35## Source Code
     36
     37    from trac.core import *
     38    from trac.wiki.macros import WikiMacroBase
     39    from trac.wiki.formatter import Formatter
     40
     41An example [link](http://example.com/ "With a Title").
     42}}}
     43}}}
     44
     45== Recent Changes ==
     46
     47[[ChangeLog(markdownmacro, 3)]]
     48
     49== Author/Contributors ==
     50
     51'''Author:''' [wiki:dwclifton] [[BR]]
     52'''Contributors:'''