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:
Test:
--Overstrike--
Attachments
Change History
Changed 8 years ago by daniel
- Attachment stephen_hansen-wiki_strike.patch added
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 --
andused on other wikis for this, andseems 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



Add strike syntax to wiki