poldixd/markdown-helper
Composer 安装命令:
composer require poldixd/markdown-helper
包简介
Reads a markdown file and returned the formated HTML.
README 文档
README
Markdown Helper
Reads a markdown file and returned the formated HTML. This package uses erusev/parsedown-extra.
Usage
return markdown_helper('path/to/file.md');
Of course you can use the helper in a blade template, too. It's necessary to use the {!! !!} because erusev/parsedown-extra returns HTML.
{!! markdown_helper('path/to/file.md') !!}
License
SimpleThumbnailer is licensed under the MIT License.
Copyright 2017 Nils Poltmann
统计信息
- 总下载量: 223
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-03