Closed LAfricain closed 1 year 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.
r"\sup": ('<hi type="super">', "</hi>"),
r"\+sup": ('<seg type="x-nested"><hi type="super">', "</hi></seg>"),
done
Just add
r"\sup": ('<hi type="super">', "</hi>"),
line 787 andr"\+sup": ('<seg type="x-nested"><hi type="super">', "</hi></seg>"),
to the nested tags line 793.