authanram / markdown

进行中

资助包维护!
authanram

安装: 8

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:

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

This package is auto-updated.

Last update: 2024-09-30 01:41:09 UTC


README

CI

[WIP] 将 markdown 转换为 HTML。

use Authanram\Markdown\Converter;

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

如果你想了解更多,请查看 tests 目录。