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(),
|
'strong' => array(),
|
||||||
'table' => array('summary'),
|
'table' => array('summary'),
|
||||||
'td' => array('style'),
|
'td' => array('style'),
|
||||||
|
'th' => array(),
|
||||||
'tr' => array(),
|
'tr' => array(),
|
||||||
'ul' => array(),
|
'ul' => array(),
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user