baraja-core/markdown

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

Common markdown renderer service.

Installs: 20 876

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/baraja-core/markdown

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

This package is auto-updated.

Last update: 2025-10-08 16:28:30 UTC


README

A simple library to render markdown in PHP.

$markdown = new Markdown;

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