Sha256: 4ba2db1e52142133b1926c834bfc4be13d99a71013a77e9bffd8a628c9acf659

Contents?: true

Size: 692 Bytes

Versions: 4

Compression:

Stored size: 692 Bytes

Contents

*Slacken*

This gem translates a html source into *a markup text for Slack*.
<http://qiita.com|Qiita> uses this gem to decorate notification messages to Slack :trollface:.

*Examples*

*List*

1. Item 1
2. _Item 2 (italic)_
    • [x] Checked
    • [ ] Unchecked
3. *Item 3 (bold)*
    • Nested Item 1
    • Nested Item 2

*Citation*

> Qiita is a technical information sharing site for programmers.
>  Kobito is an application for technical information recording.

*Source Code*

```class World
  def hello
    puts 'Hello, world!'
  end
end
```

*Image*

This is a Qiita logo.

-----------

<http://cdn.qiita.com/assets/siteid-reverse-1949e989f9d8b2f6fad65a57292b2b01.png|Qiita logo>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
slacken-0.1.3 examples/out.txt
slacken-0.1.2 examples/out.txt
slacken-0.1.1 examples/out.txt
slacken-0.1.0 sample/out.txt