Sha256: 1f030e566661de880107a98cb69af635a789260513d8a313cdcbb158f3251619

Contents?: true

Size: 861 Bytes

Versions: 7

Compression:

Stored size: 861 Bytes

Contents

This code is a quick hack for converting markdown to [Atlassian confluence](http://atlassian.com/confluence) markup language.
It's nowhere near doing a full conversion, but I will continue to improve where possible.

The gem is based on [Kramdown](https://github.com/gettalong/kramdown)

### Installation:

#### Via gem

NOTE: *only a prelease version has been released*

    $ gem install markdown2confluence --pre

#### From github:

    $ gem install bundler
    $ git clone git://github.com/jedi4ever/markdown2confluence.git
    $ bundle install vendor

### Usage:

If using Gem:

    $ markdown2confluence <inputfile>

If using bundler:

    $ bundle exec bin/markdown2confluence <inputfile>

### Extending/Improving it:

there is really one class to edit - see lib/markdown2confluence/convertor/confluence.rb
Feel free to enhance or improve tag handling.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
markdown2confluence-0.0.1g README.markdown
markdown2confluence-0.0.1f README.markdown
markdown2confluence-0.0.1e README.markdown
markdown2confluence-0.0.1d README.markdown
markdown2confluence-0.0.1c README.markdown
markdown2confluence-0.0.1b README.markdown
markdown2confluence-0.0.1a README.markdown