Changes between Version 21 and Version 22 of MarkdownMacro


Ignore:
Timestamp:
Nov 26, 2015, 12:05:07 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • MarkdownMacro

    v21 v22  
    55== Description
    66
    7 The !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.
     7The !MarkdownMacro package implements John Gruber's [http://daringfireball.net/projects/markdown/ Markdown] lightweight plain text-to-HTML formatting syntax as a [WikiProcessors wiki processor] macro. The original code is courtesy of Alex Mizrahi aka [#SeeAlso killer_storm]. This plugin has higher robustness to the error checking, documentation of the package, a `setup.py` file and this `README` file added. The [http://pythonhosted.org/Markdown/extensions/tables.html Table extension] is also enabled.
     8
     9See also:
     10 * John Gruber's [http://daringfireball.net/projects/markdown/ Markdown].
     11 * [http://www.freewisdom.org/projects/python-markdown/ Python Markdown].
     12 * [http://daringfireball.net/projects/markdown/syntax Markdown syntax].
    813
    914== Bugs/Feature Requests
     
    1924== Download
    2025
    21 Download the zipped source from [download:markdownmacro here].
     26Download the zipped source from [export:markdownmacro here].
    2227
    2328== Source
    2429
    25 You can check out MarkdownMacro from [http://trac-hacks.org/svn/markdownmacro here] using Subversion, or [source:markdownmacro browse the source] with Trac.
     30You can check out MarkdownMacro from [/svn/markdownmacro here] using Subversion, or [source:markdownmacro browse the source] with Trac.
    2631
    2732== Installation
     
    3035Follow the instructions on the Web site.
    3136
    32 Proceed to install the plugin as described in t:TracPlugins.
     37General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3338
    34 Enable the macro in `trac.ini`:
    35 
    36 {{{
    37 #!ini
     39Enable the macro in your `trac.ini` file:
     40{{{#!ini
    3841[components]
    3942Markdown.* = enabled
     
    7174}}}
    7275
    73 == See Also
    74 
    75  * John Gruber's [http://daringfireball.net/projects/markdown/ Markdown]
    76  * [http://www.freewisdom.org/projects/python-markdown/ Python Markdown]
    77  * [http://daringfireball.net/projects/markdown/syntax Markdown syntax]
    78 
    7976== Recent Changes
    8077