Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 426 Bytes

Notes.md

File metadata and controls

16 lines (11 loc) · 426 Bytes

Developer notes

Updating source

Update vendor/dist/styledown.js. Get it as dist/styledown.js from the styledown/styledown repo. This is built using the npm run prepublish hook.

Releasing new versions

vim History.md
bump lib/styledown/version.rb
gem build *.gemspec
rake && gem push *.gem && git release v1.0.0