File: README.md

package info (click to toggle)
tdiary-style-gfm 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: ruby: 681; makefile: 6
file content (36 lines) | stat: -rw-r--r-- 1,139 bytes parent folder | download | duplicates (4)
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

[![Gem Version](https://badge.fury.io/rb/tdiary-style-gfm.png)](https://rubygems.org/gems/tdiary-style-gfm) [![Build Status](https://secure.travis-ci.org/tdiary/tdiary-style-gfm.png)](https://travis-ci.org/tdiary/tdiary-style-gfm) [![Code Climate](https://codeclimate.com/github/tdiary/tdiary-style-gfm.png)](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>