Changes between Version 5 and Version 6 of DashesSyntaxPlugin


Ignore:
Timestamp:
Nov 17, 2015, 1:33:46 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • DashesSyntaxPlugin

    v5 v6  
    55== Description
    66
    7 This wiki syntax plugin transforms double minus signs (`--`) into an `en` dash ([[html(<tt>&ndash;</tt>)]]) and triple (`---`) into an `em` dash ([[html(<tt>&mdash;</tt>)]]) like e.g. in LaTeX.
     7This wiki syntax plugin transforms double minus signs (`--`) into an `en` dash ([[html(<tt>&ndash;</tt>)]]) and triple minus signs (`---`) into an `em` dash ([[html(<tt>&mdash;</tt>)]]) like e.g. in LaTeX.
    88
    99== Bugs/Feature Requests
     
    1919== Download
    2020
    21 Download the zipped source from [download:dashessyntaxplugin here].
     21Download the zipped source from [export:dashessyntaxplugin here].
    2222
    2323== Source
    2424
    25 You can check out DashesSyntaxPlugin from [http://trac-hacks.org/svn/dashessyntaxplugin here] using Subversion, or [source:dashessyntaxplugin browse the source] with Trac.
     25You can check out DashesSyntaxPlugin from [/svn/dashessyntaxplugin here] using Subversion, or [source:dashessyntaxplugin browse the source] with Trac.
     26
     27== Installation
     28
     29General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    2630
    2731== Example