All Projects → cevin15 → Mdtool

cevin15 / Mdtool

Licence: apache-2.0
A tool which can process markdown to HTML

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Mdtool

Markitdown
📱 A React app to preview and edit Markdown✍. You can also export it as HTML.
Stars: ✭ 26 (-80.88%)
Mutual labels:  markdown, markdown-parser, markdown-to-html, markdown-converter
Markdown
A super fast, highly extensible markdown parser for PHP
Stars: ✭ 945 (+594.85%)
Mutual labels:  markdown, markdown-parser, markdown-to-html, markdown-converter
Mditor
📝 [ M ] arkdown + E [ ditor ] = Mditor
Stars: ✭ 523 (+284.56%)
Mutual labels:  markdown, markdown-parser, markdown-to-html, markdown-converter
Markdig
A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
Stars: ✭ 2,730 (+1907.35%)
Mutual labels:  markdown, markdown-parser, markdown-to-html
Markdown
📖Clean & Modern MarkDown Generator, 🔌Offline Support and Easy Generation of Markdown ⚡️⚛️ https://github.com/JP1016/Markdown-Electron/releases
Stars: ✭ 170 (+25%)
Mutual labels:  markdown, markdown-to-html, markdown-converter
Markdown
A Python implementation of John Gruber’s Markdown with Extension support.
Stars: ✭ 2,725 (+1903.68%)
Mutual labels:  markdown, markdown-parser, markdown-to-html
Macdown
Open source Markdown editor for macOS.
Stars: ✭ 8,855 (+6411.03%)
Mutual labels:  markdown, markdown-to-html, markdown-converter
markdown articles tool
Parse markdown article, download images and replace images URL's with local paths
Stars: ✭ 37 (-72.79%)
Mutual labels:  markdown-parser, markdown-to-html, markdown-converter
Flexmark Java
CommonMark/Markdown Java parser with source level AST. CommonMark 0.28, emulation of: pegdown, kramdown, markdown.pl, MultiMarkdown. With HTML to MD, MD to PDF, MD to DOCX conversion modules.
Stars: ✭ 1,673 (+1130.15%)
Mutual labels:  markdown, markdown-parser, markdown-to-html
Zola
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
Stars: ✭ 7,823 (+5652.21%)
Mutual labels:  markdown, markdown-to-html
Docpress
Documentation website generator
Stars: ✭ 815 (+499.26%)
Mutual labels:  markdown, markdown-to-html
Easy Pandoc Templates
A collection of portable pandoc templates with no dependencies
Stars: ✭ 23 (-83.09%)
Mutual labels:  markdown, markdown-to-html
Rdiscount
Discount (For Ruby) Implementation of John Gruber's Markdown
Stars: ✭ 756 (+455.88%)
Mutual labels:  markdown, markdown-parser
Marker
🖊 A gtk3 markdown editor
Stars: ✭ 644 (+373.53%)
Mutual labels:  markdown, markdown-to-html
Daux.io
Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way.
Stars: ✭ 603 (+343.38%)
Mutual labels:  markdown, markdown-to-html
Remarkable
Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.
Stars: ✭ 5,252 (+3761.76%)
Mutual labels:  markdown, markdown-parser
Markdown Latex
A markdown parser for converting markdown to LaTeX written in PHP.
Stars: ✭ 40 (-70.59%)
Mutual labels:  markdown, markdown-parser
Metalsmith
An extremely simple, pluggable static site generator.
Stars: ✭ 7,692 (+5555.88%)
Mutual labels:  markdown, markdown-to-html
Gopdf
pdf document generation library
Stars: ✭ 63 (-53.68%)
Mutual labels:  markdown, markdown-parser
Laravel Smartmd
🎯 A simple markdown editor compatible most markdown parse,You can choose any parse methods on server or client,like Mathematical formula、flowchart、upload image...
Stars: ✭ 76 (-44.12%)
Mutual labels:  markdown, markdown-parser

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.4</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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].