Markdown Formatter allows plain text to be converted into HTML in Jenkins. The formatter uses CommonMark.
In Manage Jenkins -> Security -> Markup Formatter select "Markdown Formatter" from the drop-down list.
Markdown syntax highlighting is enabled by default while editing the Markdown text in the Jenkins pages. A configuration checkbox is available in the "Security" page to disable syntax highlighting while editing Markdown text in Jenkins.
The configuration as code plugin can define the markup formatter and its configuration.
jenkins:
markupFormatter:
markdownFormatter:
disableSyntaxHighlighting: false
Refer to our contribution guidelines
Licensed under MIT, see LICENSE