A flexible Java text processor. BB, BBCode, BB-code, HTML, Textile, Markdown, parser, translator, converter.
GNU Lesser General Public License v3.0
86
stars
14
forks
source link
Wrong Conversion of List for BBCode #8
Closed
kefirfromperm closed 11 years ago
KefirBB wrongly converts a standard text Input: [list] []Entry 1 []Entry 2 [/list] Expected: <ul><li>Entry 1</li><li>Entry 2</li></ul>
http://en.wikipedia.org/wiki/BBCode