Markdownizer
Component ID
2526376
Component name
Markdownizer
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
628
Component created
Component changed
Component body
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')
);
