An extremely simple Markdown to HTML converter, powered by MarkdownJ.
Available in command line and GUI mode.
It is licensed under the BSD license.
You need Java JVM 1.6 or newer installed on your machine.
java -jar Markdown2HTML.jar
java -jar Markdown2HTML.jar markdownFile [- header headerFile.html] [-footer footerFile.html] [-out [file.html]]
markdownFile
: the text file which will be converted (compulsory field).-header headerFile.html
: the path of an existing HTML header file. Its content will be prepended to the convertedmarkdownFile
file.-footer footerFile.html
: the path of an existing HTML footer file. Its content will be appended to the convertedmarkdownFile
file.-out
: enter this to specify that the program should create a new file which contains the same name as themarkdownFile
, with the .html extension.-out file.html
: enter this to specify the name of the converted file.
mvn package
, that's all!