Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kenichiro22/rst2confluence

Convert restructuredText to Confluence style wiki.
https://github.com/kenichiro22/rst2confluence

Last synced: about 2 months ago
JSON representation

Convert restructuredText to Confluence style wiki.

Awesome Lists containing this project

README

        

=============================================
Convert reStructuredText to Confluence markup
=============================================

Supported directives
====================

- bullet list
- enumerated list
- note, warning
- image, figure
- definition list
- simple table
- block quote
- text effect

- strong
- emphasis
- monospace
- code blocks
- links

Usage
=====
::

./rst2confluence.py /path/to/file.rst

Installation
============
::

sudo ./setup.py install

Tests
=====
We have some examples how rst2confluence should behave.

Check if it does what it should::

./run-tests.sh

Run a single test::

./run-test.sh test/figure.rst