diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 03d4059..e873b82 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -33,7 +33,6 @@ module: layout_builder_modal: 0 layout_discovery: 0 link: 0 - markdown: 0 menu_link_content: 0 menu_ui: 0 mysql: 0 diff --git a/config/sync/markdown.parser.commonmark.yml b/config/sync/markdown.parser.commonmark.yml deleted file mode 100644 index 7ddbba0..0000000 --- a/config/sync/markdown.parser.commonmark.yml +++ /dev/null @@ -1,79 +0,0 @@ -dependencies: - module: - - markdown -id: commonmark -enabled: true -weight: 0 -render_strategy: - type: filter_output - custom_allowed_html: '' - plugins: - commonmark: true - commonmark-external-links: false - commonmark-footnotes: false - commonmark-heading-permalink: false - commonmark-strikethrough: false - commonmark-table: false - commonmark-task-list: false -settings: - allow_unsafe_links: true - enable_em: true - enable_strong: true - html_input: allow - max_nesting_level: 0 - use_asterisk: true - use_underscore: true -extensions: - - - id: commonmark-attributes - enabled: false - weight: 0 - - - id: commonmark-autolink - enabled: false - weight: 0 - - - id: commonmark-disallowed-raw-html - enabled: false - weight: 0 - - - id: commonmark-external-links - enabled: false - weight: 0 - settings: { } - - - id: commonmark-footnotes - enabled: false - weight: 0 - settings: { } - - - id: commonmark-heading-permalink - enabled: false - weight: 0 - settings: { } - - - id: commonmark-mention - enabled: false - weight: 0 - - - id: commonmark-smart-punctuation - enabled: false - weight: 0 - settings: { } - - - id: commonmark-strikethrough - enabled: false - weight: 0 - - - id: commonmark-table - enabled: false - weight: 0 - - - id: commonmark-table-of-contents - enabled: false - weight: 0 - settings: { } - - - id: commonmark-task-list - enabled: false - weight: 0