Class Markdown

java.lang.Object
org.ctan.markup.markdown.Markdown

public class Markdown extends Object
This class provides the command line interface for the markdown renderer.
  • Constructor Details

    • Markdown

      public Markdown()
  • Method Details

    • main

      public static void main(String[] argv)
      This method provides the command line interface.
      Parameters:
      argv - the command line arguments
    • run

      public int run(String[] argv)
      This method contains the command line processor with handling of Exceptions.
      Parameters:
      argv - the command line arguments
      Returns:
      the exit code