Package snap.util

Class MDUtils

java.lang.Object
snap.util.MDUtils

public class MDUtils extends Object
Utility methods for Markdown.
  • Constructor Details

    • MDUtils

      public MDUtils()
  • Method Details

    • getJeplForJMD

      public static String getJeplForJMD(String className, CharSequence markDown)
      Returns a Jepl string for Markdown string.
    • getHeader1Style

      public static TextStyle getHeader1Style()
      Returns the header 1 style.
    • getHeader2Style

      public static TextStyle getHeader2Style()
      Returns the header 2 style.
    • getContentStyle

      public static TextStyle getContentStyle()
      Returns the content style.
    • getCodeStyle

      public static TextStyle getCodeStyle()
      Returns the code style.