kisphp/markdown-parser

Kisphp Markdown parser. Highly extensible and customizable markdown parser

0.10.1 2021-10-20 10:54 UTC

README

pipeline status coverage report

Latest Stable Version Total Downloads License Monthly Downloads

What is this ?

A highly extensible and customizable PHP Markdown Parser that converts makrdown format into HTML format. Parsing Markdown to HTML is as simple as calling a single method $markdown->parse($markdownContent) (see Usage). To extend the Markdown class to parse custom blocks or format, is as simple as creating new classes that implements BlockInterface and include them in the system. For this, please see How to extend blocks.

What has different from other markdown parsers ?

  • code templates to be inserted in other code blocks structures
  • generate tables without headers
  • very easy mode to extend

Useful wiki pages