Skip to content

w3yyb/Gitdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitdown

A PHP Class to Beautify and Syntax Highlight Github Style Markdown Utilizing the Github v3 API Includes Markdown and Pygments CSS Github风格的markdown解析器。使用Github v3 API。

Example:

  $markdown = file_get_contents('my-markdown-doc.md');
  $html = Gitdown::pretty($markdown);

usage:

put the .md file to the directory, then visit in broswer ,i.e. framework.md http://localhost/?s=framework

About

A PHP Class to Beautify and Syntax Highlight Github Style Markdown Utilizing the Github v3 API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 70.6%
  • PHP 19.2%
  • JavaScript 10.2%