From cd9c16fb31f49c29d752fd739047b178af1b4b14 Mon Sep 17 00:00:00 2001 From: Joshua Andersson Date: Fri, 10 Jul 2026 15:49:15 +0200 Subject: [PATCH] Support textsuperscript in HTML --- problemtools/templates/html/Sentences.zpts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/problemtools/templates/html/Sentences.zpts b/problemtools/templates/html/Sentences.zpts index 0cd4c93d..542ada16 100644 --- a/problemtools/templates/html/Sentences.zpts +++ b/problemtools/templates/html/Sentences.zpts @@ -48,3 +48,9 @@ comment:   name: underbar underbar + +name: textsuperscript +superscripted text + +name: textsubscript +subscripted text