Add explicit markdown configuration w/ no changes

This commit is contained in:
benjamin melançon 2022-03-08 07:55:57 -05:00
parent 1350ce3fe5
commit 1dd4ff625e
2 changed files with 97 additions and 1 deletions

View file

@ -14,4 +14,21 @@ filters:
status: true
weight: 0
settings:
markdown_library: commonmark
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
media_embed: false
override: false
filterFormat: markdown

View file

@ -0,0 +1,79 @@
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: true
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