py-xml-escpos icon indicating copy to clipboard operation
py-xml-escpos copied to clipboard

<line> remove styling of h1, h2, h3, etc.

Open minglethepringle opened this issue 7 years ago • 0 comments

With this code:

<line>
    <left><h3>Line 1</h3></left>
    <right><h3>Line 2</h3></right>
</line>

The h3's styling is removed and it is rendered as the default plain text.

minglethepringle avatar Aug 14 '17 17:08 minglethepringle