authanram/markdown

WORK IN PROGRESS

Fund package maintenance!
authanram

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:package

dev-master 2022-10-02 14:46 UTC

This package is auto-updated.

Last update: 2024-04-30 00:38:21 UTC


README

CI

[WIP] Converts markdown into HTML.

use Authanram\Markdown\Converter;

$html = (new Converter([
    'base_url' => 'https://base-url.test',
]))->withMarkdown($markdown)->toHtml();

Take a look at the directory tests if you'll want to find out more.