Package snap.util
Class MDUtils
java.lang.Object
snap.util.MDUtils
Utility methods for Markdown.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TextStyle
Returns the code style.static TextStyle
Returns the content style.static TextStyle
Returns the header 1 style.static TextStyle
Returns the header 2 style.static String
getJeplForJMD
(String className, CharSequence markDown) Returns a Jepl string for Markdown string.
-
Constructor Details
-
MDUtils
public MDUtils()
-
-
Method Details
-
getJeplForJMD
Returns a Jepl string for Markdown string. -
getHeader1Style
Returns the header 1 style. -
getHeader2Style
Returns the header 2 style. -
getContentStyle
Returns the content style. -
getCodeStyle
Returns the code style.
-