adyeths / u2o

USFM to OSIS bible format converter.
The Unlicense
18 stars 6 forks source link

Add \sup to the list of tags and \+sup to the nested tag #123

Closed LAfricain closed 9 months ago

LAfricain commented 9 months ago

Just add r"\sup": ('<hi type="super">', "</hi>"), line 787 and r"\+sup": ('<seg type="x-nested"><hi type="super">', "</hi></seg>"), to the nested tags line 793.

adyeths commented 9 months ago

done