Commitate
Syntax
>>[hello.rb](af68c6261b14feccdd354b5c1055dcc733cad1e3){'lines':'1,6-9'}
Both Marked and Leanpub Markdown extensions use <<
; the >>
syntax is to
avoid conflict with those extensions. The []()
bracket parentheses syntax is
in line with basic Markdown and the {}
curly braces use the same format as the
widely-adopted PHP Markdown extras.
Usage
TODO: Write usage instructions here
Contributing
- Fork it ( https://github.com/[my-github-username]/commitate/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request