Class Markdown

java.lang.Object
com.diffplug.spotless.maven.FormatterFactory
com.diffplug.spotless.maven.markdown.Markdown

public class Markdown extends FormatterFactory
A FormatterFactory implementation that corresponds to <markdown>...</markdown> configuration element.

It defines a formatter for Markdown files that can execute both language agnostic (e.g. LicenseHeader) and markdown-specific (e.g. Flexmark) steps.