Posted by tomhung on June 25, 2009 at 10:55pm
Jump to:
| Project: | Markdown filter |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Issue Summary
Is there a markup for strikeouts???
I use strikeout alot to show something is completed....
G
Comments
#1
<del> TEXT </del>Is what drupal uses by default?looks like
This is now stuckout#2
yea but would be nice to have
--strike me out--
markdown should have the basic font decorations
#3
Can I extend markdown to add strikeout or other html tags?
#4
The module uses a 3rd party library, which we are not modifying in any way.
#5
I guess that means the module will support the strikeouts only when the library will do.
#6
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
#7
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.