svrx-plugin-markdown
v1.0.2
Published
[svrx](https://github.com/x-orpheus/svrx) plugin for markdown
Downloads
8
Readme
svrx-plugin-markdown
svrx plugin for markdown
Usage
please confirm you have installed svrx already
Feature
- 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
light
anddark
, 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 uselight
to switch light mode. - auto:
boolean
, auto jump to the markdown you are editing. default istrue
License
MIT