Support for strikeouts
tomhung - June 25, 2009 - 22:55
| Project: | Markdown filter |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Is there a markup for strikeouts???
I use strikeout alot to show something is completed....
G

#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