Allowed the th HTML tag in the MarkDown output.
This commit is contained in:
parent
f473691479
commit
fbcdacdccf
@ -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(),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user