Uninstall markdown
This commit is contained in:
parent
cc0ad7057d
commit
620ad968b7
|
@ -33,7 +33,6 @@ module:
|
||||||
layout_builder_modal: 0
|
layout_builder_modal: 0
|
||||||
layout_discovery: 0
|
layout_discovery: 0
|
||||||
link: 0
|
link: 0
|
||||||
markdown: 0
|
|
||||||
menu_link_content: 0
|
menu_link_content: 0
|
||||||
menu_ui: 0
|
menu_ui: 0
|
||||||
mysql: 0
|
mysql: 0
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue