文件名称:htom:将html转换为markdown
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-07 00:28:10
JavaScript
Htom 将html转换为markdown 清单支持 嵌套列表支持 任务清单支持 表支持 ... 用法 安装 yarn add htom # or npm install htom 用法 const htom = require ( 'htom' ) . default ; htom ( '
test html
' ) . then ( markdown => console . log ( markdown ) ) ; 建立并测试 git clone https://github.com/iamcco/htom.git cd htom npm install # build npm run build #test npm run test 截屏 用于转换的html: 输出降价:【文件预览】:
htom-master
----.babelrc(72B)
----package.json(888B)
----test()
--------input.html(3KB)
--------htom.test.js(321B)
--------output.md(2KB)
----LICENSE(1KB)
----src()
--------index.js(311B)
--------handlers.js(10KB)
--------util.js(444B)
--------types.js(2KB)
----.gitignore(1KB)
----webpack.config.js(527B)
----lib()
--------index.js(7KB)
----README.md(744B)
----.editorconfig(190B)