1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

Some basic markdown support. Use bbcode [markdown][/markdown]

This commit is contained in:
Cameron
2013-05-20 17:57:35 -07:00
parent 67f9c655a7
commit 0aa3fb4c10
3 changed files with 1784 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ class e_bbcode
'b', 'justify', 'file', 'stream',
'textarea', 'list', 'php', 'time',
'spoiler', 'hide', 'youtube', 'sanitised',
'p', 'h', 'nobr', 'block','table','tr','tbody','td'
'p', 'h', 'nobr', 'block','table','tr','tbody','td','markdown'
);
foreach($this->core_bb as $c)