Allowed the th HTML tag in the MarkDown output.

master
Loic d'Anterroches 2009-08-04 10:25:29 +02:00
parent f473691479
commit fbcdacdccf
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ class IDF_Template_MarkdownPrefilter extends Pluf_Text_HTML_Filter
'strong' => array(),
'table' => array('summary'),
'td' => array('style'),
'th' => array(),
'tr' => array(),
'ul' => array(),
);