Bug: INS/DEL in block context (1.04b)

Aaron Swartz aaronsw at gmail.com
Wed Apr 28 11:48:15 EDT 2004


Markdown has a list;

my $block_tag_re = qr/p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|script/;

Just add |ins|del to it.


More information about the Markdown-discuss mailing list