Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedi4ever/markdown2confluence
Converting Markdown to Confluence Markup using Kramdown Gem
https://github.com/jedi4ever/markdown2confluence
Last synced: about 1 month ago
JSON representation
Converting Markdown to Confluence Markup using Kramdown Gem
- Host: GitHub
- URL: https://github.com/jedi4ever/markdown2confluence
- Owner: jedi4ever
- Created: 2011-12-13T11:30:59.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T03:23:10.000Z (over 6 years ago)
- Last Synced: 2024-08-10T14:16:22.441Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 27.3 KB
- Stars: 256
- Watchers: 10
- Forks: 44
- Open Issues: 13
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
This code is a quick hack for converting markdown to [Atlassian confluence](http://atlassian.com/confluence) markup language.
It's not a 100% full conversion, but I find it rather usuable already. I will continue to improve where possible.The gem is based on [Kramdown](https://github.com/gettalong/kramdown)
### Installation:
#### Via gem
$ gem install markdown2confluence
#### From github:
$ gem install bundler
$ git clone git://github.com/jedi4ever/markdown2confluence.git
$ cd markdown2confluence
$ bundle install### Usage:
If using Gem:
$ markdown2confluence
If using bundler:
$ bundle exec bin/markdown2confluence
### Extending/Improving it:
there is really one class to edit - see lib/markdown2confluence/convertor/confluence.rb
Feel free to enhance or improve tag handling.