Download the PHP package nanoblocktech/markdown without Composer
On this page you can find all versions of the php package nanoblocktech/markdown. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nanoblocktech/markdown
More information about nanoblocktech/markdown
Files in nanoblocktech/markdown
Download nanoblocktech/markdown
More information about nanoblocktech/markdown
Files in nanoblocktech/markdown
Vendor nanoblocktech
Package markdown
Short Description PHP parsedown plugin to allow video and table of content.
License MIT
Package markdown
Short Description PHP parsedown plugin to allow video and table of content.
License MIT
Please rate this library. Is it a good library?
Informations about the package markdown
PHP Markdown Extension
A lightweight PHP extension of Parsedown that adds:
- Audio and video embedding using markdown syntax
- Automatic Table of Contents generation
- Responsive HTML tables
- External links automatically open in a new tab when the hostname differs
Installation
Installation via composer.
Quick Start
Media Embedding
Embedding audio and videos in markdown.
Audio
Video
Supports both local and remote URLs.
Configuration
Enable Features
Table of Contents Options
Link Handling
Media Types
Rendering Markdown
Full Example
Features vs Parsedown
| Feature | Parsedown | PHP Markdown Extension |
|---|---|---|
| Markdown rendering | ✅ | ✅ |
| Audio embedding | ❌ | ✅ |
| Video embedding | ❌ | ✅ |
| Table of Contents generation | ❌ | ✅ |
| Responsive HTML tables | ❌ | ✅ |
| Auto external link target="_blank" | ❌ | ✅ |
Notes:
- External links automatically receive
target="_blank"when the host differs from your application domain.- Media embedding works with local paths or remote URLs.
- Table of contents is generated from configured heading levels only.
All versions of markdown with dependencies
PHP Build Version
Package Version
The package nanoblocktech/markdown contains the following files
Loading the files please wait ...