From 5f38d52f20126fb92091d831e563f6cce288ae27 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 2 Oct 2025 18:13:47 +0300 Subject: [PATCH] feat(math): support font size adjustment (closes #7172) --- packages/ckeditor5-math/src/mathediting.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ckeditor5-math/src/mathediting.ts b/packages/ckeditor5-math/src/mathediting.ts index bd026829c..166b209e4 100644 --- a/packages/ckeditor5-math/src/mathediting.ts +++ b/packages/ckeditor5-math/src/mathediting.ts @@ -59,7 +59,7 @@ export default class MathEditing extends Plugin { allowWhere: '$text', isInline: true, isObject: true, - allowAttributes: [ 'equation', 'type', 'display' ] + allowAttributes: [ 'equation', 'type', 'display', 'fontSize' ] } ); schema.register( 'mathtex-display', {