Skip to content

jenkinsci/markdown-formatter-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown formatter

Markdown Formatter allows plain text to be converted into HTML in Jenkins. The formatter uses CommonMark.

Getting started

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.

Configuration as code

The configuration as code plugin can define the markup formatter and its configuration.

jenkins:
  markupFormatter:
    markdownFormatter:
      disableSyntaxHighlighting: false

Contributing

Refer to our contribution guidelines

LICENSE

Licensed under MIT, see LICENSE