baraja-core/markdown

There is no license information available for the latest version (v1.0.3) of this package.

Common markdown renderer service.

v1.0.3 2023-01-08 10:41 UTC

This package is auto-updated.

Last update: 2024-04-08 13:20:17 UTC


README

A simple library to render markdown in PHP.

$markdown = new Markdown;

echo $markdown->render('Hello **world**!');