Add markdown_easy module
This commit is contained in:
parent
43725c8644
commit
b25b2b5e33
4 changed files with 501 additions and 81 deletions
|
@ -38,6 +38,7 @@ module:
|
|||
layout_builder: 0
|
||||
layout_discovery: 0
|
||||
link: 0
|
||||
markdown_easy: 0
|
||||
media: 0
|
||||
media_library: 0
|
||||
menu_link_content: 0
|
||||
|
|
35
config/sync/filter.format.markdown.yml
Normal file
35
config/sync/filter.format.markdown.yml
Normal file
|
@ -0,0 +1,35 @@
|
|||
uuid: 9226958b-0058-4081-80a5-678c835d0e3e
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- markdown_easy
|
||||
_core:
|
||||
default_config_hash: hOzFi9tpt75xjrwYK7w7LF3D364chVM7lRDqdcyg98g
|
||||
name: Markdown
|
||||
format: markdown
|
||||
weight: 0
|
||||
filters:
|
||||
filter_autop:
|
||||
id: filter_autop
|
||||
provider: filter
|
||||
status: true
|
||||
weight: -45
|
||||
settings: { }
|
||||
filter_html:
|
||||
id: filter_html
|
||||
provider: filter
|
||||
status: true
|
||||
weight: -49
|
||||
settings:
|
||||
allowed_html: "<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type='1 A I'> <li> <dl> <dt> <dd> <h2 id='jump-*'> <h3 id> <h4 id> <h5 id> <h6 id>"
|
||||
filter_html_help: true
|
||||
filter_html_nofollow: false
|
||||
markdown_easy:
|
||||
id: markdown_easy
|
||||
provider: markdown_easy
|
||||
status: true
|
||||
weight: -50
|
||||
settings:
|
||||
flavor: standard
|
||||
tips: ''
|
Loading…
Add table
Add a link
Reference in a new issue