Changes between Version 19 and Version 20 of MarkdownMacro


Ignore:
Timestamp:
Mar 28, 2015, 9:45:44 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • MarkdownMacro

    v19 v20  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Markdown !WikiProcessor Macro Implementation =
    32
    4 == Description ==
     3= Markdown !WikiProcessor Macro Implementation
    54
    6 The !MarkdownMacro package implements John Gruber's [http://daringfireball.net/projects/markdown/ Markdown]
    7 lightweight plain text-to-HTML formatting syntax as a [WikiProcessors WikiProcessor] macro. The original
    8 code is courtesy of Alex Mizrahi aka [#SeeAlso killer_storm]. I simply added a little robustness to the error
    9 checking, documented the package, created `setup.py` and this `README`, and registered it with
    10 [MarkdownMacro Trac Hacks]. The [http://pythonhosted.org/Markdown/extensions/tables.html Table extension] is also enabled.
     5== Description
    116
    12 == Bugs/Feature Requests ==
     7The !MarkdownMacro package implements John Gruber's [http://daringfireball.net/projects/markdown/ Markdown] lightweight plain text-to-HTML formatting syntax as a [WikiProcessors WikiProcessor] macro. The original code is courtesy of Alex Mizrahi aka [#SeeAlso killer_storm]. I simply added a little robustness to the error checking, documented the package, created `setup.py` and this `README`, and registered it with [MarkdownMacro Trac Hacks]. The [http://pythonhosted.org/Markdown/extensions/tables.html Table extension] is also enabled.
     8
     9== Bugs/Feature Requests
    1310
    1411Existing bugs and feature requests for MarkdownMacro are
     
    1815[/newticket?component=MarkdownMacro new ticket].
    1916
    20 == Download ==
     17[[TicketQuery(component=MarkdownMacro,group=type,format=progress)]]
     18
     19== Download
    2120
    2221Download the zipped source from [download:markdownmacro here].
    2322
    24 == Source ==
     23== Source
    2524
    2625You can check out MarkdownMacro from [http://trac-hacks.org/svn/markdownmacro here] using Subversion, or [source:markdownmacro browse the source] with Trac.
    2726
    28 == Installation ==
     27== Installation
    2928
    3029First you need to install [http://freewisdom.org/projects/python-markdown/ Python Markdown].
     
    4342You may have to restart your Web server.
    4443
    45 == Example ==
     44== Example
    4645
    4746{{{
     
    7271}}}
    7372
    74 == See Also ==
     73== See Also
    7574
    7675 * John Gruber's [http://daringfireball.net/projects/markdown/ Markdown]
     
    7877 * [http://daringfireball.net/projects/markdown/syntax Markdown syntax]
    7978
    80 == Recent Changes ==
     79== Recent Changes
    8180
    8281[[ChangeLog(markdownmacro, 3)]]
    8382
    84 == Author/Contributors ==
     83== Author/Contributors
    8584
    8685 * '''Author:''' [wiki:dwclifton] (Macro/Processor package, setup, documentation)