文件名称:posthtml-retext:PostHTML Retext插件
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-23 06:50:17
JavaScript
PostHTML-Retext 插件封装在可扩展的分析系统和处理自然语言 用法 var fs = require ( 'fs' ) , posthtml = require ( 'posthtml' ) , html = fs . readFileSync ( 'path/to/file.html' ) ; posthtml ( ) . use ( require ( 'posthtml-retext' ) ( [ [ require ( 'retext-emoji' ) , { convert : 'encode' } ] , // Array if plugin has options require ( 'retext-smartypants' ) ] ) ) . process ( html ) .
【文件预览】:
posthtml-retext-master
----.jshintrc(117B)
----.gitignore(56B)
----.jscsrc(746B)
----package.json(1KB)
----index.js(566B)
----.jshintignore(13B)
----README.md(2KB)
----.npmignore(80B)
----test()
--------test.js(823B)
--------input.html(583B)
--------mocha.opts(31B)
--------output.html(560B)
----.editorconfig(444B)