Is there a markup for strikeouts???

I use strikeout alot to show something is completed....

G

Comments

vm’s picture

<del> TEXT </del> Is what drupal uses by default?

looks like This is now stuckout

tomhung’s picture

yea but would be nice to have

--strike me out--

markdown should have the basic font decorations

tomhung’s picture

Can I extend markdown to add strikeout or other html tags?

gábor hojtsy’s picture

The module uses a 3rd party library, which we are not modifying in any way.

avpaderno’s picture

Title: strikeout?? » Support for strikeouts

I guess that means the module will support the strikeouts only when the library will do.

tomhung’s picture

Although this may be getting too philosophical, why use a library that one can't extend?

You can't tell me this is the only tag someone has wanted to extend into this library.

Ugh

sreynen’s picture

Status: Active » Postponed

tomhung, I don't think it's so much that we *can't* extend the library, but that doing so would make the Drupal implementation of Markdown incompatible with all other implementations, hurting usability. It sounds like this is postponed at least until the standard library is updated, so I'm changing the status accordingly.

frjo’s picture

Status: Postponed » Closed (won't fix)

No new development on the D6 branch.