Edgewall Software

Ticket #524 (closed enhancement: fixed)

Opened 4 years ago

Last modified 3 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:

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 (0.9 KB) - added by daniel 4 years ago.
Add strike syntax to wiki

Change History

Changed 4 years ago by daniel

Add strike syntax to wiki

Changed 4 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.

Changed 4 years ago by cmlenz

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

Changed 4 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

Changed 4 years ago by fharvey

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

done in [897]

use and <del>

Changed 4 years ago by utopiste

  • status changed from new to closed
  • resolution set to fixed

forget to close the ticket

done in [897]

use and <del>

Add/Change #524 (Add ~~Strike~~ Wiki syntax)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.