diff --git a/projects/plugins/jetpack/extensions/blocks/markdown/index.js b/projects/plugins/jetpack/extensions/blocks/markdown/index.js index 52cf29906665b..928ed422a899d 100644 --- a/projects/plugins/jetpack/extensions/blocks/markdown/index.js +++ b/projects/plugins/jetpack/extensions/blocks/markdown/index.js @@ -77,17 +77,9 @@ export const settings = { }, supports: { - color: { - link: true, - gradients: true, - }, spacing: { padding: true, }, - typography: { - fontSize: true, - lineHeight: true, - }, align: [ 'wide', 'full' ], html: false, },