Skip to content

Commit 3e15eff

Browse files
committed
Temporarily disable foramtting not supported by perseus flavour markdown.
1 parent 2be6435 commit 3e15eff

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • contentcuration/contentcuration/frontend/shared/views/TipTapEditor/TipTapEditor/components

contentcuration/contentcuration/frontend/shared/views/TipTapEditor/TipTapEditor/components/EditorToolbar.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,9 @@
386386
// Categories that can overflow (in order of overflow priority)
387387
const OVERFLOW_CATEGORIES = [
388388
'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
391+
// 'script',
390392
'lists',
391393
'clearFormat',
392394
'align',

0 commit comments

Comments
 (0)