Skip to content

stringsn88keys/markdown2confluence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code is a quick hack for converting markdown to Atlassian 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

Installation:

Via gem

NOTE: only a prelease version has been released

$ gem install markdown2confluence --pre

From github:

$ gem install bundler
$ git clone git:https://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.

About

Converting Markdown to Confluence Markup using Kramdown Gem

Resources

Stars

Watchers

Forks

Packages