PHP Package: erusev/parsedown-extra

Parsedown-Extra is an enhanced version of Parsedown with additional features for improved Markdown processing and rendering.

Current Version: 0.8.1
Last Updated: 2019-12-30
PHP Requirement: >=7.4
Dependencies:
erusev/parsedown
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Parsedown-Extra is a PHP library that extends the functionality of Parsedown by adding extra features such as table of contents, footnotes, abbreviations, and more. It is designed to provide an enhanced Markdown parsing and rendering experience for developers looking to optimize SEO and user experience on their websites. With Parsedown-Extra, you can easily generate structured and visually appealing content from Markdown syntax.

🔗 View on GitHub

Download Latest Version: 0.8.1

Download Download v0.8.1

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/erusev/parsedown-extra/0.8.1/loader.php';
require_once 'libs/erusev/parsedown/1.7.4/loader.php';

use ParsedownExtra;

$obj = new ();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.