Project

commitate

0.0
No commit activity in last 3 years
No release in over 3 years
Markdown preprocessor for inserting code snippets from a git repository.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
~> 10.0
 Project Readme

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

  1. Fork it ( https://github.com/[my-github-username]/commitate/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request