Markdown syntax parser.

Usage

All that you need - is call the markdownizer() function and use text() method with string in markdown syntax as an argument.

var_dump(
  // <h1>Headline 1</h1>
  markdownizer()->text('# Headline 1')
);

Dependencies

  1. Libraries API
  2. Parsedown
Supporting organizations: 

Project information

Releases