appy.gen: xhtml2odt: better management of 'div' tag (considered exactly like a 'p' tag).
This commit is contained in:
parent
791ee42164
commit
de8df53f42
8 changed files with 587 additions and 590 deletions
|
@ -1,5 +1,5 @@
|
|||
xhtmlInput = '''
|
||||
<p class="document">
|
||||
<div class="document">
|
||||
<p>Some <strong>bold</strong> and some <em>italic</em> text.</p>
|
||||
<p>A new paragraph.</p>
|
||||
<p>A list with three items:</p>
|
||||
|
@ -9,5 +9,5 @@ xhtmlInput = '''
|
|||
<li>the last item</li>
|
||||
</ul>
|
||||
<p>A last paragraph.</p>
|
||||
</p>
|
||||
</div>
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue