Issue 12842: Use BBCode elements that are Markdown agnostic
This commit is contained in:
parent
a63dc7a3d8
commit
9f11d189c8
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ class HTML
|
||||||
|
|
||||||
self::tagToBBCode($doc, 'ul', [], "[ul]", "\n[/ul]");
|
self::tagToBBCode($doc, 'ul', [], "[ul]", "\n[/ul]");
|
||||||
self::tagToBBCode($doc, 'ol', [], "[ol]", "\n[/ol]");
|
self::tagToBBCode($doc, 'ol', [], "[ol]", "\n[/ol]");
|
||||||
self::tagToBBCode($doc, 'li', [], "\n[*]", "");
|
self::tagToBBCode($doc, 'li', [], "\n[li]", "[/li]");
|
||||||
|
|
||||||
self::tagToBBCode($doc, 'hr', [], "[hr]", "");
|
self::tagToBBCode($doc, 'hr', [], "[hr]", "");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue