开源软件名称(OpenSource Name):Nilhcem/markdown2html
开源软件地址(OpenSource Url):https://github.com/Nilhcem/markdown2html
开源编程语言(OpenSource Language):
Java
100.0%
开源软件介绍(OpenSource Introduction):Markdown2HTML
An extremely simple Markdown to HTML converter,
powered by MarkdownJ.
Available in command line and GUI mode.
It is licensed under the BSD license.
Requirements
You need Java JVM 1.6 or newer installed on your machine.
Usage
GUI version
java -jar Markdown2HTML.jar
Command line version
java -jar Markdown2HTML.jar markdownFile [- header headerFile.html] [-footer footerFile.html] [-out [file.html]]
Options for the command line version
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 converted markdownFile file.
-footer footerFile.html : the path of an existing HTML footer file.
Its content will be appended to the converted markdownFile file.
-out : enter this to specify that the program should create a new file
which contains the same name as the markdownFile , with the .html extension.
-out file.html : enter this to specify the name of the converted file.
GUI Screenshot
Building it
mvn package , that's all!
|
请发表评论