Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

106 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDTool

A tool which can transfer markdown to HTML.

How it works?

Pull from Maven Central Repository:

<dependency>
    <groupId>com.youbenzi</groupId>
    <artifactId>MDTool</artifactId>
    <version>1.2.5</version>
</dependency>

Or download from here.

Usage:

MDTool.markdown2Html(new File(markdown_file_path, charset));

or

MDTool.markdown2Html(markdown_content);

Why use it?

  1. Easy to use
  2. Support basic markdwon syntax
  3. Support table syntax
  4. Support todo list
  5. No other jar dependency

Releases

Packages

Used by

Contributors

Languages