mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
c467d7f691
bbcode-to-md happily ignores all phpBB's lists. The list syntax is [list][*]item 1 [*]item 2 [/list] and [list=1][*]item 1 [*]item 2 [/list] respectively for [ul] and [ol]s. Luckily, phpBB adds closing tags for [*] items. My workaround simply converts phpBBs lists into bbcode using [ul] and [ol] which then can be converted by the standard bbcode-to-md code.