I'm constructing HTML from XML (TEI) source and need to implement line numbering. the allignment of the text is not satisfactory as you may see:
Currently, it looks in HTML like this
<br label="#region_1641631166648_18l8">
9 liecht •Und got ſach das liecht ,
<br label="#region_1641631166648_18l9">
10 das es gut was vnd ſchid das
<br label="#region_1641631166648_18l10">
The approaches with table or list would not be a good option because of how HTML is created with XSLT and how source data looks like. So maybe
there are any other alternatives like using <span>
and CSS?