内容简介:please confirm you have
svrx-plugin-markdown
svrx plugin for markdown, help us editing markdown like a ninja .
Usage
please confirm you have installed svrx already
npm i @svrx/cli -g
Feature
- Don't rely on special editors.
- Hot reload when file changes (not full render)
- Auto jump to the file you are editing
- Auto scroll to the area you are editing
- Two builtin theme
lightanddark, follow github markdown syntax highlighter
Via CLI
svrx --markdown
or
svrx -p markdown?theme=light
Via API
const svrx = require('@svrx/svrx');
svrx({ plugins: [ 'markdown' ] }).start();
Options
- theme:
string, default isdark, you can also uselightto switch light mode. - auto:
boolean, auto jump to the markdown you are editing. default istrue
License
MIT
以上所述就是小编给大家介绍的《Another stupid markdown previewer based on Node.js》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
iOS应用逆向工程 第2版
沙梓社、吴航 / 机械工业出版社 / 2015-4-1 / 79.00
你是否曾因应用上线的第一天即遭破解而无奈苦恼,想要加以防范,却又束手无策? 你是否曾为某一应用深深折服,想要借鉴学习,却又无从下手? 你是否已不满足于public API,想要进军Cydia开发,却又求学无门? 你是否已产生“不识Apple真面目,只缘身在App Store中”的危机感,想要通过阅读来一窥这冰山一角外的整个北极,却又找不到合适的书? 你是否已经因无法跨越开发......一起来看看 《iOS应用逆向工程 第2版》 这本书的介绍吧!
SHA 加密
SHA 加密工具
XML、JSON 在线转换
在线XML、JSON转换工具