Hi @Mlevesque
You can use the html.Sub() and the html.Sup() for subscripts and superscripts:
html.Div(["H", html.Sub(2), "H", html.Sup(2)])
Hi @Mlevesque
You can use the html.Sub() and the html.Sup() for subscripts and superscripts:
html.Div(["H", html.Sub(2), "H", html.Sup(2)])