mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
feat(math): support font size adjustment (closes #7172)
This commit is contained in:
@@ -59,7 +59,7 @@ export default class MathEditing extends Plugin {
|
|||||||
allowWhere: '$text',
|
allowWhere: '$text',
|
||||||
isInline: true,
|
isInline: true,
|
||||||
isObject: true,
|
isObject: true,
|
||||||
allowAttributes: [ 'equation', 'type', 'display' ]
|
allowAttributes: [ 'equation', 'type', 'display', 'fontSize' ]
|
||||||
} );
|
} );
|
||||||
|
|
||||||
schema.register( 'mathtex-display', {
|
schema.register( 'mathtex-display', {
|
||||||
|
|||||||
Reference in New Issue
Block a user