Download the PHP package ryangarber/tripdown without Composer
On this page you can find all versions of the php package ryangarber/tripdown. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ryangarber/tripdown
More information about ryangarber/tripdown
Files in ryangarber/tripdown
Download ryangarber/tripdown
More information about ryangarber/tripdown
Files in ryangarber/tripdown
Vendor ryangarber
Package tripdown
Short Description Extends ParsedownExtra for easier and prettier formatting
License MIT
Package tripdown
Short Description Extends ParsedownExtra for easier and prettier formatting
License MIT
Please rate this library. Is it a good library?
Informations about the package tripdown
Tripdown
Extends ParsedownExtra. Links to images become images, YouTube links become embedded players, and tables get Bootstrap 4 classes.
Install
Composer
> composer require ryangarber/tripdown
Pure PHP
<?php
require('path/to/Parsedown.php');
require('path/to/ParsedownExtra.php');
require('src/Tripdown.php');
Usage
Simply replace
$parsedown = new Parsedown();
with
$parsedown = new Tripdown();
All versions of tripdown with dependencies
PHP Build Version
Package Version
Requires
erusev/parsedown-extra Version
^0.7.1
The package ryangarber/tripdown contains the following files
Loading the files please wait ....