excerpt-html:解析给定的html文本以获得良好的摘录

时间:2024-05-19 05:40:12
【文件属性】:

文件名称:excerpt-html:解析给定的html文本以获得良好的摘录

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-19 05:40:12

html parse excerpt JavaScript

摘录-html 解析给定的html文本以获得良好的摘录。 安装 $ npm i excerpt-html --save API使用 var htmlCode = '

Hello world

' ; var excerptHtml = require ( 'excerpt-html' ) ; var excerpt = excerptHtml ( htmlCode ) ; 它将使用找到的第一个段落或不超过一个的所有内容 <!-- more --> 选项 您可以指定一些选项来修改摘录的解析方式: excerptHtml ( htmlCode , { moreRegExp : / \s * <!-- \s * more \s * --> / i , // Search for the slug stripTags : true , // Set to f


【文件预览】:
excerpt-html-main
----index.js(4KB)
----package.json(1KB)
----.github()
--------workflows()
----test()
--------index.js(3KB)
----Readme.md(2KB)
----LICENSE(1KB)
----.gitignore(53B)

网友评论