Files
Mathieu PATUREL 8eb6882d60 Update readme.md with contributing info
Jokes, I haven't even set black on my own editor yet...
2019-11-14 12:16:18 +11:00

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!