Originally reported by @pbokoc:
Docscii generates mangled kbd: markup when converting a <keycombo> that contains spaces between inner tags. For example, the following line (note the spaces):
kbd:
<keycombo>
<keycombo> <keycap>Ctrl</keycap> <keycap function="alt">Alt</keycap> <keycap>F2</keycap> </keycombo>
is converted into this:
kbd:[ + Ctrl + + Alt + + F2 + ]
which then breaks anything between the whole paragraph and the rest of the friggin' book, and by god I wish that was hyperbole when built back into docbook with ccutil. Instead, the docbook should be converted into this:
kbd:[Ctrl + Alt + F2]
which is what happens if you remove whitespace from inside they original <keycombo>.
Metadata Update from @jhradile: - Issue assigned to jhradile
Fixed in commit 3de672e.
Metadata Update from @jhradile: - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.