You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contentcuration/contentcuration/frontend/shared/views/TipTapEditor/TipTapEditor/components/EditorToolbar.vue
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -386,7 +386,9 @@
386
386
// Categories that can overflow (in order of overflow priority)
387
387
constOVERFLOW_CATEGORIES= [
388
388
'insert',
389
-
'script',
389
+
// Perseus flavoured markdown does not support super and sub script,
390
+
// so we disable this for now until we stop using markdown as the primary target
0 commit comments