1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
# TDiary::Style::Gfm
[](https://rubygems.org/gems/tdiary-style-gfm) [](https://travis-ci.org/tdiary/tdiary-style-gfm) [](https://codeclimate.com/github/tdiary/tdiary-style-gfm)
"GitHub Flavored Markdown" (GFM) style for tDiary 2.x format.
## Installation
Add this line to your tDiary's Gemfile.local:
gem 'tdiary-style-gfm'
And then execute:
$ bundle
## Usage
if you want to use this style, add @style into tdiary.conf below:
@style = 'GFM'
## Contributing
1. Fork it
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 new Pull Request
## Copyright
* Copyright (C) 2003, TADA Tadashi <sho@spc.gr.jp>
* Copyright (C) 2004, MoonWolf <moonwolf@moonwolf.com>
* Copyright (C) 2012, kdmsnr <kdmsnr@gmail.com>
* Copyright (C) 2013, hsbt <shibata.hiroshi@gmail.com>
|