PHPackages                             phile/markdown-extra-extended - 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. phile/markdown-extra-extended

AbandonedArchivedPhile-plugin

phile/markdown-extra-extended
=============================

Markdown Extra Extended plugin for PhileCMS

174PHP

Since Mar 24Pushed 8y ago2 watchersCompare

[ Source](https://github.com/PhileCMS/phileMarkdownExtraExtended)[ Packagist](https://packagist.org/packages/phile/markdown-extra-extended)[ RSS](/packages/phile-markdown-extra-extended/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (1)Used By (0)

**NOTE:** This repository is not maintained anymore and archived.

phileMarkdownExtraExtended
==========================

[](#philemarkdownextraextended)

[Markdown Extra Extended](https://github.com/egil/php-markdown-extra-extended) plugin for PhileCMS

### Download

[](#download)

This project has a few steps. So it is easier to install via the [zip download](https://github.com/PhileCMS/phileMarkdownExtraExtended/archive/master.zip).

### 1.1 Installation (composer)

[](#11-installation-composer)

Add `"minimum-stability": "dev"` to your composer.json file. Then run the following:

```
php composer.phar require phile/markdown-extra-extended:dev-master

```

### 1.2 Installation (Download)

[](#12-installation-download)

- Install [Phile](https://github.com/PhileCMS/Phile)
- Clone or unzip this repo into `plugins/phile/markdownExtraExtended`

### Activation

[](#activation)

After you have installed the plugin. You need to add the following line to your `config.php` file:

- add `$config['plugins']['phile\\markdownExtraExtended'] = array('active' => true);` to your `config.php`

### Why Use?

[](#why-use)

Check out the [project homepage](https://github.com/egil/php-markdown-extra-extended) to see the additional details.

Noticeable differences:

```
> (http://www.whatwg.org/) Content inside a blockquote must be quoted
> from another source, whose address, if it has one,
> may be cited in the `cite` attribute.

===
![phile image](content/images/Icon.png)
===

=== [A **happy face** is good for web developers]
![phile image](content/images/Icon.png)
===
```

Output:

```

  Content inside a blockquote must be quoted
  from another source, whose address, if it has one,
  may be cited in the cite attribute.

A happy face is good for web developers

```

Fenced code blocks with github style

```
```markdown
/*
Title: Welcome
Description: This description will go in the meta description tag
Author: Joe Bloggs
Date: 2013/01/01
Robots: noindex,nofollow
*/
```

```

Output:

```
/*
Title: Welcome
Description: This description will go in the meta description tag
Author: Joe Bloggs
Date: 2013/01/01
Robots: noindex,nofollow
*/

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.9% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e96d91f6220abcbbf2e6bcd12988b11330178e08a33cd663e813257a359b12fc?d=identicon)[NeoBlack](/maintainers/NeoBlack)

---

Top Contributors

[![james2doyle](https://avatars.githubusercontent.com/u/1425304?v=4)](https://github.com/james2doyle "james2doyle (10 commits)")[![NeoBlack](https://avatars.githubusercontent.com/u/1128085?v=4)](https://github.com/NeoBlack "NeoBlack (2 commits)")[![Schlaefer](https://avatars.githubusercontent.com/u/143224?v=4)](https://github.com/Schlaefer "Schlaefer (1 commits)")

---

Tags

philecms-plugin

### Embed Badge

![Health badge](/badges/phile-markdown-extra-extended/health.svg)

```
[![Health](https://phpackages.com/badges/phile-markdown-extra-extended/health.svg)](https://phpackages.com/packages/phile-markdown-extra-extended)
```

PHPackages © 2026

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