mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 12:55:35 -04:00
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.rb | ||
drupal_qa.rb | ||
kunena.rb | ||
mybb.rb | ||
phpbb3.rb | ||
smf2.rb | ||
vanilla.rb | ||
vbulletin.rb |