ftembe/kitara-markdown
Composer 安装命令:
composer require ftembe/kitara-markdown
包简介
simple Markdown parser in PHP
README 文档
README
This Markdown parser supports basic formatting such as bold and italic text, headers, links, and paragraphs. It uses regular expressions to search for patterns in the Markdown text and replace them with corresponding HTML tags.
Installation
To install this package no can use composer
composer require ftembe/kitara-markdown
Or
git clone https://github.com/FTembe/kitara-markdown.git
Usage
require('vendor/autoload.php'); use Kitara\Parser\Markdown as Parser; $markdown = new Parser; echo $markdown::render('## My name is Francisco Tembe');
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-17