19 lines
422 B
Markdown
19 lines
422 B
Markdown
# MarkdownLivePreview
|
|
|
|
A simple plugin to preview your markdown as you type right in Sublime Text.
|
|
No dependencies!
|
|
|
|
## How to install
|
|
|
|
It's available on package control!
|
|
|
|
## How to contribute
|
|
|
|
1. Fork this repo
|
|
2. Make your own branch (the name of the branch should be the feature you are
|
|
implementing eg. `improve-tables`, `fix-crash-on-multiple-preview`
|
|
3. All your code should be formated by black.
|
|
4. Send a PR!
|
|
|
|
|