rehamaltamimi / gwtwiki

Automatically exported from code.google.com/p/gwtwiki
0 stars 0 forks source link

dl-dd and colon problem #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
create wiki markup the looks like

;foo:12:30

i expected

<dl>foo</dl>
<dd>12:30</dd>

but,

<dl>foo</dl>
<dd>12</dd>
<dd>30</dd>

rendered.(bliki 3.0.13)

thanks.

Original issue reported on code.google.com by nagase%n...@gtempaccount.com on 7 May 2010 at 5:17

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 7 May 2010 at 3:32

GoogleCodeExporter commented 8 years ago
I changed the parser like this:
http://code.google.com/p/gwtwiki/source/detail?r=1156

Your test case:
http://code.google.com/p/gwtwiki/source/detail?r=1157

Original comment by axelclk@gmail.com on 7 May 2010 at 3:38

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 13 May 2010 at 3:28

GoogleCodeExporter commented 8 years ago
Works for me! Thanks so much.

Original comment by nagase%n...@gtempaccount.com on 17 May 2010 at 4:44