confluence2markdown

0.0.5 • Public • Published

confluence2markdown

Convert Confluence (3.5 and earlier) markup to Markdown.

Overview

$ npm install -g confluence2markdown
$ c2m < confluence.txt > markdown.md

What it handles:

  • {code} and {noformat} blocks
  • Lists (bullets and numbers)
  • {{monospace}}
  • Tables (some weird cases don't work)
  • Paired macros (note, info, writersnote, etc) These a rendered as HTML DIVs
  • Links & Images Pass either 'md' or 'kirby' to constructor to specify flavor of links.

Still to do:

  • Anchors for headings
  • TOC generation

Notes

This converter uses a fork of Florent Jaby's node-tokenizer.

Readme

Keywords

Package Sidebar

Install

npm i confluence2markdown

Weekly Downloads

2

Version

0.0.5

License

MIT

Last publish

Collaborators

  • pborenstein