Package com.diffplug.spotless.markdown
Class FlexmarkStep
- java.lang.Object
-
- com.diffplug.spotless.markdown.FlexmarkStep
-
public class FlexmarkStep extends Object
A step for flexmark-java.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FormatterStepcreate(Provisioner provisioner)Creates a formatter step for the default version.static FormatterStepcreate(String version, Provisioner provisioner)Creates a formatter step for the given version.static StringdefaultVersion()
-
-
-
Method Detail
-
create
public static FormatterStep create(Provisioner provisioner)
Creates a formatter step for the default version.
-
create
public static FormatterStep create(String version, Provisioner provisioner)
Creates a formatter step for the given version.
-
defaultVersion
public static String defaultVersion()
-
-