Cleanup and a fix to Prelude and the playground

This commit is contained in:
2025-01-23 21:10:42 -08:00
parent 20e6571986
commit bc71c006e9
7 changed files with 1067 additions and 131 deletions

View File

@@ -227,8 +227,9 @@ const ABBREV: Record<string, string> = {
'\\all': '∀',
'\\\\': '\\',
'\\==': '≡',
'\circ': '∘',
'\\_1': '₁',
'\\circ': '∘',
'\\1': '₁',
'\\2': '₂',
}
function Editor({ initialValue }: EditorProps) {