PHPackages                             kennysoft/parsedown-tablespan - 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. kennysoft/parsedown-tablespan

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

kennysoft/parsedown-tablespan
=============================

An extension of ParsedownExtra that adds support for rowspan and colspan.

v1.1.0(4y ago)2428MITPHP

Since Oct 7Pushed 4y ago3 watchersCompare

[ Source](https://github.com/KENNYSOFT/parsedown-tablespan)[ Packagist](https://packagist.org/packages/kennysoft/parsedown-tablespan)[ Docs](https://github.com/KENNYSOFT/parsedown-tablespan)[ RSS](/packages/kennysoft-parsedown-tablespan/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Parsedown Tablespan
===================

[](#parsedown-tablespan)

An extension of [ParsedownExtra](https://github.com/erusev/parsedown-extra) and [Parsedown](http://parsedown.org/) that adds support for rowspan and colspan.

Also, [ParsedownExtended](https://github.com/BenjaminHoegh/ParsedownExtended) 1.1+ provides in the same way.

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

[](#installation)

### Composer

[](#composer)

Install the [composer package](https://packagist.org/packages/kennysoft/parsedown-tablespan "The Parsedown Tablespan package on packagist.org") by running the following command:

```
composer require kennysoft/parsedown-tablespan
```

### Manual

[](#manual)

1. Download the "Source code" from the [latest release](https://github.com/KENNYSOFT/parsedown-tablespan/releases/latest "The latest release of Parsedown Tablespan")
2. Include `Parsedown.php`, `ParsedownExtra.php`, and `ParsedownTablespan.php`

Example
-------

[](#example)

```
$ParsedownTablespan = new ParsedownTablespan();

echo $ParsedownTablespan->text('
| >     | >           |   Colspan    | >           | for thead |
| ----- | :---------: | -----------: | ----------- | --------- |
| Lorem | ipsum       |    dolor     | sit         | amet      |
| ^     | -           |      >       | right align | .         |
| ,     | >           | center align | >           | 2x2 cell  |
| >     | another 2x2 |      +       | >           | ^         |
| >     | ^           |              |             | !         |
');
```

Prints:

Colspanfor theadLoremipsumdolorsitamet-right align.,center align2x2 cellanother 2x2+!*(Since GitHub does not accept style attribute for cells, upper table is made with `align` attribute which is not supported in HTML5, just to show what will be generated.)*

License
-------

[](#license)

- [MIT](http://opensource.org/licenses/MIT)

Author
------

[](#author)

KENNYSOFT

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Total

2

Last Release

1550d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6624567?v=4)[Hyeonmin Park](/maintainers/KENNYSOFT)[@KENNYSOFT](https://github.com/KENNYSOFT)

---

Top Contributors

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

---

Tags

parsermarkdownmarkdown-extraparsedown

### Embed Badge

![Health badge](/badges/kennysoft-parsedown-tablespan/health.svg)

```
[![Health](https://phpackages.com/badges/kennysoft-parsedown-tablespan/health.svg)](https://phpackages.com/packages/kennysoft-parsedown-tablespan)
```

###  Alternatives

[erusev/parsedown-extra

An extension of Parsedown that adds support for Markdown Extra.

84314.8M192](/packages/erusev-parsedown-extra)[tovic/parsedown-extra-plugin

Configurable Markdown to HTML converter with Parsedown Extra.

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

Configurable Markdown to HTML converter with Parsedown Extra.

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

A Parsedown Extra package for Laravel

30155.1k1](/packages/alfredo-ramos-parsedown-extra-laravel)[leblanc-simon/parsedown-checkbox

An extension of Parsedown and ParsedownExtra that adds support for checkbox

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

An extension for Parsedown.

5022.6k1](/packages/benjaminhoegh-parsedown-extended)

PHPackages © 2026

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