mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 16:14:16 +08: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. |
||
---|---|---|
.. | ||
base.rb | ||
bbpress.rb | ||
drupal_qa.rb | ||
drupal.rb | ||
kunena.rb | ||
mybb.rb | ||
phpbb3.rb | ||
smf2.rb | ||
vanilla.rb | ||
vbulletin.rb |