Edgewall Software
Modify

Ticket #524 (closed enhancement: fixed)

Opened 8 years ago

Last modified 6 years ago

Add ~~Strike~~ Wiki syntax

Reported by: daniel Owned by: jonas
Priority: lowest Milestone: 0.8
Component: wiki system Version:
Severity: normal Keywords: markup
Cc:
Release Notes:
API Changes:

Description

Stephen Hansen contributed a patch to support overstrike text, as follows:

This ticket exists to receive comments before merging, and for future reference.

--Overstrike---

Should result in:

Overstrike

Test:

--Overstrike--

Attachments

stephen_hansen-wiki_strike.patch (925 bytes) - added by daniel 8 years ago.
Add strike syntax to wiki

Download all attachments as: .zip

Change History

Changed 8 years ago by daniel

Add strike syntax to wiki

comment:1 Changed 8 years ago by cmlenz

Note that <strike> was already deprecated in HTML 4.01 and in XHTML is part of the legacy module. Other options would be to use a span with style text-decoration: line-through or the <del> tag which explicitly exists to markup "deleted" content in documents.

comment:2 Changed 8 years ago by cmlenz

In case that wasn't clear, I'd prefer the <del> option.

comment:3 Changed 8 years ago by daniel

Cap also pointed out on the list:

I like the idea, but this causes formatting problems on many of the
default wiki pages, since they use -- as a long dash. I've seen both --
and used on other wikis for this, and seems more safe.

Cap

For some syntaxes used by other wikis, see:

http://www.usemod.com/cgi-bin/mb.pl?CharacterFormattingRules

comment:4 Changed 7 years ago by fharvey

  • Summary changed from Add --Strike-- Wiki syntax to Add ~~Strike~~ Wiki syntax

done in [897]

use and <del>

comment:5 Changed 7 years ago by utopiste

  • Resolution set to fixed
  • Status changed from new to closed

forget to close the ticket

done in [897]

use and <del>

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.