authanram/markdown

WORK IN PROGRESS

Maintainers

Package info

github.com/authanram/markdown

Type:package

pkg:composer/authanram/markdown

Fund package maintenance!

authanram

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-01 00:39:23 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.