Migrate Process Markdown to HTML
Security covered
A process plugin to convert Markdown to HTML.
This module uses the CommonMark package from The League of Extraordinary Packages to perform the transformation.
Include the process plugin in your pipeline configuration as follows:
process:
bar:
plugin: markdown_to_html
source: foo
markdown_extensions:
- attributes
- autolink
- description_list
- disallow_raw_html
- embed
- external_link
- footnote
- github_flavored_markdown
- heading_permalink
- inlines_only
- mention
- smart_punct
- strikethrough
- table
- table_of_contents
- task_list
Note the markdown_extensions are optional, and correspond to the extensions supplied with the CommonMark package.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.