1.0.2 • Published 4 years ago

svrx-plugin-markdown v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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 and dark, follow github markdown syntax highlighter

npm.io

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 is dark, you can also use light to switch light mode.
  • auto: boolean, auto jump to the markdown you are editing. default is true

License

MIT

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.3-beta.1

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.1-beta.4

5 years ago

0.0.1-beta.3

5 years ago

0.0.1-beta.2

5 years ago

0.0.1-beta.1

5 years ago