# MDTool **Repository Path**: PerfectGo/MDTool ## Basic Information - **Project Name**: MDTool - **Description**: 一个无任何第三方依赖的Markdown 解析器 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 17 - **Created**: 2022-12-02 - **Last Updated**: 2022-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MDTool A tool which can transfer markdown to HTML. ## How it works? Pull from Maven Central Repository: ```xml com.youbenzi MDTool 1.2.4 ``` Or download from [here](download/). Usage: ```java MDTool.markdown2Html(new File(markdown_file_path, charset)); ``` or ```java MDTool.markdown2Html(markdown_content); ``` ## Why use it? 1. Easy to use 2. Support basic markdwon syntax 3. Support table syntax 3. Support todo list 4. No other jar dependency