Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Convert old Confluence markup to Markdown

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors