Skip to content

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

License

Notifications You must be signed in to change notification settings

fireflydev/Gitdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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

Example:

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published