wiki:DashesSyntaxPlugin

Wiki Syntax for EN and EM Dashes

Description

This wiki syntax plugin transforms double minus signs (--) into an en dash () and triple minus signs (---) into an em dash (), like for example in LaTeX.

As an example:

  • All occurrences of -- become –.
  • All occurrences of --- become —.
  • Multiple --------- stay as they are.

Bugs/Feature Requests

Existing bugs and feature requests for DashesSyntaxPlugin are here.

If you have any issues, create a new ticket.

defect

1 / 1

Download

Download the zipped source from here.

The plugin is also available on PyPI.

Source

You can check out DashesSyntaxPlugin from here using Subversion, or browse the source with Trac.

Installation

General instructions on installing Trac plugins can be found on the TracPlugins page.

Recent Changes

17129 by rjollos on 2018-04-16 18:21:50
TracDashesSyntaxPlugin 1.1: Conform to PEP8
15264 by rjollos on 2016-02-11 04:22:34
Remove unnecessary svn:mime-type on py files

svn:mime-type was set to "plain" for many files.

8543 by martin_s on 2010-08-30 21:57:27
Added encoding meta-comment and declared SVN keywords as unicode to avoid issues with non-english locales.
(more)

Author/Contributors

Author: martin_s
Maintainer: Martin Scharrer
Contributors:

Last modified 6 years ago Last modified on Apr 14, 2018, 10:03:48 PM