qov 介绍
Qov 使用模板字面量而不是 Markdown 作为输入来渲染 页面 ,是因为模板字面量中可插入 标签 函数 与表达式来扩展文本的样式,比 Markdown 更加灵活。毕竟终端模拟的 Markdown 样式是有限的,而使用者的想象力是无限的,你可以自由扩展并渲染出想要的文本 效果 。?
安装
npm install qov
const Qov = require('qov')
const qov = new Qov()
qov.section`Section One`
qov.section`Section Two`
// Expression interpolation
qov.section`Section ${() => 'Three'}`
// Render slides
qov.render()
GitHub: https://github.com/chunqiuyiyu/qov
网站描述: 终端演示工具
qov官方网站
官方网站:
如果觉得 网站内容还不错,欢迎将 网站 推荐给程序员好友。
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did177092