diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index dfa6e7f..6b652ad 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -33,6 +33,7 @@ module: layout_builder_modal: 0 layout_discovery: 0 link: 0 + markdown: 0 menu_link_content: 0 menu_ui: 0 metatag: 0 diff --git a/config/sync/filter.format.basic_html.yml b/config/sync/filter.format.basic_html.yml index a2f8164..fb61bcd 100644 --- a/config/sync/filter.format.basic_html.yml +++ b/config/sync/filter.format.basic_html.yml @@ -8,7 +8,7 @@ _core: default_config_hash: mclCbTlJwWJORez4Y1eX2MqA0aGjSMAoJb3TaBABcK8 name: 'Basic HTML' format: basic_html -weight: 0 +weight: -10 filters: editor_file_reference: id: editor_file_reference diff --git a/config/sync/filter.format.full_html.yml b/config/sync/filter.format.full_html.yml index 1187ac6..06e1c0e 100644 --- a/config/sync/filter.format.full_html.yml +++ b/config/sync/filter.format.full_html.yml @@ -8,7 +8,7 @@ _core: default_config_hash: vpZysv3RHJjhYzq7O_q5q8mVlHdrSzKELmXyiX6RtV0 name: 'Full HTML' format: full_html -weight: 2 +weight: -7 filters: editor_file_reference: id: editor_file_reference diff --git a/config/sync/filter.format.markdown.yml b/config/sync/filter.format.markdown.yml new file mode 100644 index 0000000..ac43cd3 --- /dev/null +++ b/config/sync/filter.format.markdown.yml @@ -0,0 +1,33 @@ +uuid: 9635d1b4-b7c0-453b-8e51-a251bb585f50 +langcode: en +status: true +dependencies: + module: + - markdown +name: Markdown +format: markdown +weight: -9 +filters: + markdown: + id: markdown + provider: markdown + status: true + weight: -15 + settings: + id: commonmark + enabled: true + 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 + filter_align: false + filter_caption: false + override: false + filterFormat: null diff --git a/config/sync/filter.format.plain_text.yml b/config/sync/filter.format.plain_text.yml index 76e2a13..edf3577 100644 --- a/config/sync/filter.format.plain_text.yml +++ b/config/sync/filter.format.plain_text.yml @@ -6,7 +6,7 @@ _core: default_config_hash: JLMwODO0epnA_H-jFlH9ezVfa5YBJniRv3MmLqYNl_Q name: 'Plain text' format: plain_text -weight: 10 +weight: -6 filters: filter_autop: id: filter_autop diff --git a/config/sync/filter.format.restricted_html.yml b/config/sync/filter.format.restricted_html.yml index 297b8b5..96e2d23 100644 --- a/config/sync/filter.format.restricted_html.yml +++ b/config/sync/filter.format.restricted_html.yml @@ -6,7 +6,7 @@ _core: default_config_hash: QiKqQS_YGAT3Qr4vaAgZICJknm-MGCzt_xBAMqg-tRM name: 'Restricted HTML' format: restricted_html -weight: 1 +weight: -8 filters: filter_autop: id: filter_autop