This is a weird merge. I had re-written everything in a separate repository, and basically wanted that new repo (update) to be the new master of this repository, whilst preserving the history of the update repo. Here's what I did: $ git remote add update <path to update> $ git fetch update $ git merge -X theirs --allow-unrelated-histories update/master $ # remove extra files $ git commit --amend
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
- Fork this repo
- Make your own branch (the name of the branch should be the feature you are
implementing eg.
improve-tables,fix-crash-on-multiple-preview - All your code should be formated by black.
- Send a PR!
v6.0.2
Latest
Languages
Python
99.9%
CSS
0.1%