# MDTool **Repository Path**: cevin15/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**: 94 - **Forks**: 17 - **Created**: 2017-11-21 - **Last Updated**: 2025-10-27 ## Categories & Tags **Categories**: markdown-utils **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