Closed (won't fix)
Project:
Markdown
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2009 at 22:55 UTC
Updated:
13 Nov 2012 at 19:29 UTC
Is there a markup for strikeouts???
I use strikeout alot to show something is completed....
G
Comments
Comment #1
vm commented<del> TEXT </del>Is what drupal uses by default?looks like
This is now stuckoutComment #2
tomhung commentedyea but would be nice to have
--strike me out--
markdown should have the basic font decorations
Comment #3
tomhung commentedCan I extend markdown to add strikeout or other html tags?
Comment #4
gábor hojtsyThe module uses a 3rd party library, which we are not modifying in any way.
Comment #5
avpadernoI guess that means the module will support the strikeouts only when the library will do.
Comment #6
tomhung commentedAlthough 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
Comment #7
sreynen commentedtomhung, 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.
Comment #8
frjo commentedNo new development on the D6 branch.