All Projects → CyC2018 → Gfm Converter

CyC2018 / Gfm Converter

Licence: mit
⚡️ Convert Common Markdown into Github Flavored Markdown.

Programming Languages

java
68154 projects - #9 most used programming language

Preview

Introduction

  • Replace [TOC] tag into generated catalogue.
  • Use CodeCogs to display Mathjax formula.
  • Center images.
  • Escape some spacial characters.

Usage

You can just run App.java, and then specify the path of Markdown document. After that, a new file suffixed with .gfm will be generated.

javac -encoding UTF-8 App.java
java App

You can also use below API in your program.

GFM.convert(srcFilePath, detFilePath);
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].