Skip to content

naga3/markdown-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown test

Paragraphs

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. This text will be italic.

Donec quam felis, ultricies nec, This text will be bold, pretium quis, sem. Nulla consequat massa quis enim.

table

head1 head2 head3
http://google.com italic bold
======= left ======= ======= center ======= ======= right =======
normal italic bold

Code

<div>I love money.</div>

PHP Markdown

Homepage GitHub
https://michelf.ca/projects/php-markdown/ https://github.com/michelf/php-markdown

Install

composer require michelf/php-markdown

Supported flavors

cebe/markdown

Homepage GitHub
http://markdown.cebe.cc/ https://github.com/cebe/markdown

Supported flavors

Install

composer require cebe/markdown

Features

convert newlines to br tag.

Parsedown

Homepage GitHub
http://parsedown.org/ https://github.com/erusev/parsedown

Install

composer require erusev/parsedown

Others

Benckmark

https://github.com/kzykhys/Markbench

GitHub style CSS

https://github.com/sindresorhus/github-markdown-css

About

Comparison of the Markdown library in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published