PHP Package: erusev/parsedown-extra

parsedown-extra is a PHP library for parsing and rendering markdown with additional features for improved SEO optimization and compatibility.

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

Package Description

parsedown-extra is a versatile PHP library that extends the functionality of Parsedown by providing enhanced support for SEO optimization, making it easier to generate search engine-friendly content. With features like table of contents generation, footnotes, and more, parsedown-extra is a powerful tool for developers looking to create dynamic and engaging web content.

🔗 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/autoload.php';

use ParsedownExtra\ParsedownExtra;


$obj = new ParsedownExtra\ParsedownExtra();
echo "✅ Example created successfully.";

?>

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