Cleanup and a fix to Prelude and the playground
This commit is contained in:
@@ -227,8 +227,9 @@ const ABBREV: Record<string, string> = {
|
||||
'\\all': '∀',
|
||||
'\\\\': '\\',
|
||||
'\\==': '≡',
|
||||
'\circ': '∘',
|
||||
'\\_1': '₁',
|
||||
'\\circ': '∘',
|
||||
'\\1': '₁',
|
||||
'\\2': '₂',
|
||||
}
|
||||
|
||||
function Editor({ initialValue }: EditorProps) {
|
||||
|
||||
Reference in New Issue
Block a user