library php-markdown
A simple php class to convert markdown to html
nathanblazek/php-markdown
A simple php class to convert markdown to html
- Tuesday, April 10, 2018
- by ncblazek
- Repository
- 1 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
php-Markdown
By Nathan Blazek
This class was created to take markdown data and to render it into HTML. My specific use case had the markdown data stored in a table record. This class translated it to HTML before rendering it to the page., (*1)
Installation and Usage
To install, use composer and run this command in the root of your project:, (*2)
composer require nathanblazek/php-markdown
, (*3)
Using this class is simple. Here is the command., (*4)
ncb\Markdown::render("#Markdown Text Here");
Simply insert your markdown text into the render function and you're set., (*5)
dev-master
9999999-dev
A simple php class to convert markdown to html
Sources
Download
MIT
The Development Requires
by
Nathan Blazek