What is PHP Markdown?
This PHP library package provides a robust Markdown parser, a powerful tool for web writers to convert plain text with lightweight markup into HTML for publishing on the web. Originally ported from the original Markdown tool created by John Gruber, this library includes the core Markdown parser as well as the expanded Markdown Extra functionality, offering a comprehensive solution for handling Markdown content The Markdown syntax allows users to write text naturally, formatting it without the need for complex HTML tags. This preserves the readability of the original text, making Markdown documents easily publishable as-is in plain text form. For those familiar with text-formatted email, the Markdown syntax will feel intuitive and accessible
Highlights
- Supports the core Markdown syntax for converting plain text to HTML
- Includes the Markdown Extra extended feature set, providing additional formatting options
- Compatible with PHP 5.3 and later, with guidance on adjusting PCRE backtrack limits for earlier versions
- Maintains the readability of the original Markdown-formatted text
- Enables web writers to easily incorporate Markdown content into their projects
Platforms
- Online
- Mac
- Self-Hosted
- Linux
- Windows
Languages
- English
Features
Text formatting
Support for MarkDown