1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-17 15:56:25 +02:00

Merge pull request #2341 from lonalore/markdown

Remove unused markdown parser.
This commit is contained in:
Cameron
2017-01-28 10:15:51 -08:00
committed by GitHub
4 changed files with 10 additions and 1795 deletions

View File

@@ -35,17 +35,17 @@ class e_bbcode
function __construct()
{
$pref = e107::getPref();
$this->core_bb = array(
'alert',
'blockquote', 'img', 'i', 'u', 'center',
'_br', 'color', 'size', 'code',
'flash', 'link', 'email',
'url', 'quote', 'left', 'right',
'b', 'justify', 'file', 'stream',
'textarea', 'list', 'time',
'spoiler', 'hide', 'youtube', 'sanitised',
'p', 'h', 'nobr', 'block','table','th', 'tr','tbody','td','markdown','video','glyph'
'alert',
'blockquote', 'img', 'i', 'u', 'center',
'_br', 'color', 'size', 'code',
'flash', 'link', 'email',
'url', 'quote', 'left', 'right',
'b', 'justify', 'file', 'stream',
'textarea', 'list', 'time',
'spoiler', 'hide', 'youtube', 'sanitised',
'p', 'h', 'nobr', 'block', 'table', 'th', 'tr', 'tbody', 'td', 'video', 'glyph'
);
foreach($this->core_bb as $c)

File diff suppressed because it is too large Load Diff