PHPackages                             adjmpwgt/parsedown-extra-plus - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. adjmpwgt/parsedown-extra-plus

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

adjmpwgt/parsedown-extra-plus
=============================

Configurable Markdown to HTML converter with Parsedown Extra.

0.0.1(5y ago)087MITPHPPHP &gt;=5.6

Since Oct 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/adjmpwgt/parsedown-extra-plus)[ Packagist](https://packagist.org/packages/adjmpwgt/parsedown-extra-plus)[ Docs](https://github.com/adjmpwgt/parsedown-extra-plus)[ RSS](/packages/adjmpwgt-parsedown-extra-plus/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

Extension for [Parsedown Extra](https://github.com/erusev/parsedown-extra)
==========================================================================

[](#extension-for-parsedown-extra)

> Configurable Markdown to HTML converter with Parsedown Extra.

Installation
------------

[](#installation)

Install the \[composer package\]:

```
composer require adjmpwgt/parsedown-extra-plus ^0.0.0-beta-2

```

Or include `ParsedownExtraPlus.php` just after the `Parsedown.php` and `ParsedownExtra.php`

```
use Parsedown;
use ParsedownExtra;
use ParsedownExtraPlus;

$parser = new ParsedownExtraPlus();
$text =
    echo $Parsedown->text('Hello _Parsedown_!');

```

`pre.prettyprint` is a syntax highlighting class for `Google CodePrettify`.

The following script is required for syntax highlighting

```

```

```
```mermaid
graph LR
    A[Square Rect] -- Link text --> B((Circle))
    A --> C(Round Rect)
    B --> D{Rhombus}
    C --> D
```

```

```

graph LR
    A[Square Rect] -- Link text --> B((Circle))
    A --> C(Round Rect)
    B --> D{Rhombus}
    C --> D

```

###### To deploy mermaid without a bundler, one can insert a `script` tag with an absolute address and a `mermaidAPI` call into the HTML like so:

[](#to-deploy-mermaid-without-a-bundler-one-can-insert-a-script-tag-with-an-absolute-address-and-a-mermaidapi-call-into-the-html-like-so)

```

mermaid.initialize({startOnLoad:true});
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~7 days

Total

2

Last Release

2082d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/065df6319a642a97e1fbcdc944a799c0c4518b4f1e01b0b3d21f3a0ebf4e2468?d=identicon)[adjmpwgt](/maintainers/adjmpwgt)

---

Top Contributors

[![koozome](https://avatars.githubusercontent.com/u/72734241?v=4)](https://github.com/koozome "koozome (5 commits)")

---

Tags

parsermarkdownmarkdown-extraparsedown

### Embed Badge

![Health badge](/badges/adjmpwgt-parsedown-extra-plus/health.svg)

```
[![Health](https://phpackages.com/badges/adjmpwgt-parsedown-extra-plus/health.svg)](https://phpackages.com/packages/adjmpwgt-parsedown-extra-plus)
```

###  Alternatives

[erusev/parsedown-extra

An extension of Parsedown that adds support for Markdown Extra.

84315.3M216](/packages/erusev-parsedown-extra)[tovic/parsedown-extra-plugin

Configurable Markdown to HTML converter with Parsedown Extra.

5934.9k](/packages/tovic-parsedown-extra-plugin)[taufik-nurrohman/parsedown-extra-plugin

Configurable Markdown to HTML converter with Parsedown Extra.

5932.6k](/packages/taufik-nurrohman-parsedown-extra-plugin)[alfredo-ramos/parsedown-extra-laravel

A Parsedown Extra package for Laravel

30155.5k1](/packages/alfredo-ramos-parsedown-extra-laravel)[benjaminhoegh/parsedown-extended

An extension for Parsedown.

5126.7k1](/packages/benjaminhoegh-parsedown-extended)[leblanc-simon/parsedown-checkbox

An extension of Parsedown and ParsedownExtra that adds support for checkbox

181.5k1](/packages/leblanc-simon-parsedown-checkbox)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
