Skip to content

⚡ Convert Common Markdown into Github Flavored Markdown.

License

Notifications You must be signed in to change notification settings

litchijun/GFM-Converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

⚡ Convert Common Markdown into Github Flavored Markdown.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%