Package org.ctan.markup.markdown
Class Markdown
java.lang.Object
org.ctan.markup.markdown.Markdown
This class provides the command line interface for the markdown renderer.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Markdown
public Markdown()
-
-
Method Details
-
main
This method provides the command line interface.- Parameters:
argv
- the command line arguments
-
run
This method contains the command line processor with handling of Exceptions.- Parameters:
argv
- the command line arguments- Returns:
- the exit code
-