PHPackages                             gubler/daux-parsedown-generator - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gubler/daux-parsedown-generator

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gubler/daux-parsedown-generator
===============================

Daux.io generator to use Parsedown instead of CommonMark

v0.4.3(8y ago)02.1kMITPHPPHP ^5.5|^7.0

Since Dec 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gubler/daux-parsedown-generator)[ Packagist](https://packagist.org/packages/gubler/daux-parsedown-generator)[ RSS](/packages/gubler-daux-parsedown-generator/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (2)Versions (9)Used By (0)

Daux.io Parsedown Generator
===========================

[](#dauxio-parsedown-generator)

This processor uses Parsedown Extra when generating a site with Daux.io

Additionally it converts specifically formatted blockquotes to callouts.

Usage
-----

[](#usage)

```
vendor/bin/daux --processor=ParsedownProcessor

```

Callouts
--------

[](#callouts)

If you format the a blockquote in the following manner you can create a callout:

```
> #### Type::Title
> Callout Body
> ####
```

The rendered html will be formatted like this:

```

    Title

        Callout Body

```

Any value can be entered for `Type`. The `Type` will always be converted to the class `callout-type`.

Example:

```
> #### Alert::This is how you enter things!
> This can contian any valid _markdown_.
>
> Just like a normal blockquote.
> ####
```

The rendered html will be formatted like this:

```

    Alert: This is how you enter things!

        This can contain any valid markdown.
        Just like a normal blockquote.

```

If no Title is provided, the Header will just contain the `Type`.

Example:

```
> #### Warning::
> A warning you should be aware of.
> ####
```

The rendered html will be formatted like this:

```

    Warning

        A warning you should be aware of.

```

### Callout Styles

[](#callout-styles)

In the `less` directory you will find a basic styles. The less is modified from Bootstrap's alerts and contains styles for:

- success (green)
- note (blue)
- alert (red)
- warning (yellow)
- default (grey) - matches all other callouts that aren't success, note, alert, or warning.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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 ~40 days

Recently: every ~70 days

Total

8

Last Release

3211d ago

### Community

Maintainers

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

---

Top Contributors

[![gubler](https://avatars.githubusercontent.com/u/3446?v=4)](https://github.com/gubler "gubler (10 commits)")

### Embed Badge

![Health badge](/badges/gubler-daux-parsedown-generator/health.svg)

```
[![Health](https://phpackages.com/badges/gubler-daux-parsedown-generator/health.svg)](https://phpackages.com/packages/gubler-daux-parsedown-generator)
```

###  Alternatives

[mobizel/markdown-docs-bundle

Explore your markdown documentation files via html web pages

109.4k](/packages/mobizel-markdown-docs-bundle)

PHPackages © 2026

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