contentful-html-to-rich-text

时间:2024-05-03 18:15:19
【文件属性】:

文件名称:contentful-html-to-rich-text

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-03 18:15:19

PHP

内容丰富的html到富文本 一个将基本HTML转换为内容丰富文本的库。 安装 使用: composer require ppito/contentful-html-to-rich-text 用法 基本的 <?php // composer require contentful/contentful-management require __DIR__ . '/vendor/autoload.php' ; $ content = \ Contentful \ HtmlToRichText \ Tool :: parse ( "

Hello

Another with bold maybe?

" ); 支持的 该库将自动转换以下HTML标记: h1 h2 h3 h4 h5 h6 div p ul ol li blo


【文件预览】:
contentful-html-to-rich-text-master
----composer.json(564B)
----LICENSE(1KB)
----src()
--------Models()
--------Tool.php(3KB)
----README.md(859B)

网友评论