Sha256: 33e847c5722de87904bd375a9eae0b04d6379b2d0ec2988a29abdc04ff3bf5e7

Contents?: true

Size: 790 Bytes

Versions: 6

Compression:

Stored size: 790 Bytes

Contents

= Undress

Easily convert back HTML to Textile, Greencloth.

    require "undress/textile"

    code =<<html
      <h1>Hello world!</h1>
      <p><strong>Hey!</strong> How is it going?</p>
      <h2>Supported Markup Languages so far:</h2>
      <ul>
        <li>Textile</li>
        <li>Greencloth</li>
      </ul>
    html

    Undress(code).to_textile

Will produce

    h1. Hello world!

    *Hey!* How is it going?

    h2. Supported Markup Languages so far:

    * Textile
    * Greencloth

== Supported Markup Languages

* Textile
* Greencloth, see [http://we.riseup.net]

== Get it

    gem install zevarito-undress

== License

Authors:: Nicolas Sanguinetti (foca[http://github.com/foca]), Alvaro Gil (zevarito[http://github.com/zevarito])
License:: MIT (Check LICENSE for details)

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
zevarito-undress-0.2.1 README.rdoc
zevarito-undress-0.2.2 README.rdoc
zevarito-undress-0.2.3 README.rdoc
zevarito-undress-0.2.4 README.rdoc
zevarito-undress-0.2 README.rdoc
suung-undress-0.2.5 README.rdoc