Options encoded with the <choice> element are pushed to the next line.
<lb>, <milestone> elements result in two html elements</milestone></lb></choice>
The choice element was a css fix - div to inline
lb and milestone elements:
No idea why the transformation results in two elements.
I fixed it by replacing the with a div with class name linebreak or stanza.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The choice element was a css fix - div to inline
lb and milestone elements:
No idea why the transformation results in two elements.
I fixed it by replacing the
with a div with class name linebreak or stanza.