JSey c467d7f691 BUG: phpBB lists not properly converted
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.
2014-10-28 20:02:33 +01:00
..
2014-05-27 19:15:56 -05:00
2013-05-09 19:48:10 +10:00
2013-07-16 15:44:38 +10:00
2014-06-09 01:43:39 +05:30
2013-11-28 12:40:10 +11:00