Contents
Wiki Syntax for EN and EM Dashes
Description
This wiki syntax plug-in will transform double minus signs (--) into an en dash (–) and triple (---) to an em dash (—) like e.g. in LaTeX.
Bugs/Feature Requests
Existing bugs and feature requests for DashesSyntaxPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out DashesSyntaxPlugin from here using Subversion, or browse the source with Trac.
Example
After installation all -- become – and all --- become —. Multiple --------- stay as there are.
Recent Changes
[8543] by martin_s on 08/30/10 23:57:27
Added encoding meta-comment and declared SVN keywords as unicode to avoid issues with non-english locales.
[8418] by martin_s on 08/23/10 13:11:26
Removed outdated variable rev from setup file.
[8385] by martin_s on 08/20/10 15:22:58
Removed import of source revisions to avoid installation issues.
[7026] by martin_s on 11/03/09 00:25:43
- setup.py
- Updated version to v1.0. Plugin is final.
- tracdashessyntax/plugin.py
- Minor text adjustments.

