Usage

First clone this repository to your laptop. You must have Node (> v4) and yarn installed.

cd ~/code/$USER
git clone git@github.com:andrerferrer/455-markdown-it.git
cd 455-markdown-it
yarn install
stt # Open this folder in Sublime Text

Como usar um plugin

  1. yarn add plugin
  2. criar o arquivo do plugin na pasta plugins
  3. implementar a função nesse arquivo e exportá-la
  4. importar no index.js (entry file) e usá-la