Skip to content

Markdown preprocessor for inserting code snippets from a git repository

License

Notifications You must be signed in to change notification settings

tjstankus/commitate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Markdown preprocessor for inserting code snippets from a git repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages