Zhomart / wikimodel

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

Common - SectionBuilder does not support properly holes in headers structure #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For example

==h2

produce 

<s1:0>
<sc1:0>
<s1:2>
<h2>h2</h2>
<sc1:2>
</sc1:2>
</s1:2>
</sc1:0>
</s1:0>

instead of

<s1:0>
<sc1:0>
<s1:1>
<sc1:1>
<s1:2>
<h2>h2</h2>
<sc1:2>
</sc1:2>
</s1:2>
</sc1:1>
</s1:1>
</sc1:0>
</s1:0>

see the missing level 1 section

Original issue reported on code.google.com by thomas.m...@gmail.com on 6 Nov 2009 at 4:54

GoogleCodeExporter commented 9 years ago
Here is a patch for it

Original comment by thomas.m...@gmail.com on 10 Nov 2009 at 11:50

Attachments:

GoogleCodeExporter commented 9 years ago
Waiting for a validation before committing it

Original comment by thomas.m...@gmail.com on 10 Nov 2009 at 11:50

GoogleCodeExporter commented 9 years ago

Original comment by thomas.m...@gmail.com on 12 Nov 2009 at 3:22