SkillAgentSearch skills...

Markdown2html

An extremely simple markdown to html converter and editor.

Install / Use

/learn @Nilhcem/Markdown2html
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

<img src="https://raw.githubusercontent.com/Nilhcem/markdown2html/master/screenshot.png" width="814" height="564" />

Building it

mvn package, that's all!

Related Skills

View on GitHub
GitHub Stars72
CategoryDevelopment
Updated6mo ago
Forks33

Languages

Java

Security Score

72/100

Audited on Sep 10, 2025

No findings