#524 closed enhancement (fixed)
Add ~~Strike~~ Wiki syntax
| Reported by: | daniel | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | lowest | Milestone: | 0.8 |
| Component: | wiki system | Version: | |
| Severity: | normal | Keywords: | markup |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal 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 (1)
Change History (6)
by , 21 years ago
| Attachment: | stephen_hansen-wiki_strike.patch added |
|---|
comment:1 by , 21 years ago
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:3 by , 21 years ago
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, andseems more safe.
Cap
For some syntaxes used by other wikis, see:
http://www.usemod.com/cgi-bin/mb.pl?CharacterFormattingRules
comment:4 by , 21 years ago
| Summary: | Add --Strike-- Wiki syntax → Add ~~Strike~~ Wiki syntax |
|---|
done in [897]
use and <del>
comment:5 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |



Add strike syntax to wiki