/md2confluence

A simple NodeJS program, that converts Markdown files to Atlassian Confluence syntax

Primary LanguageJavaScript

md2confluence

A simple NodeJS program, that converts Markdown files to Atlassian Confluence syntax

Running

$ node md2conf.js <input_markdown_file> [-o <output_file>]

Features implemented

Confluence syntax docs

Markdown Cheatsheet used

  • inline monospace ✅
  • headings ✅
  • code block ✅
  • bold ✅
  • italic ✅
  • hyperlinks ✅
  • lists (with tabs) ✅
    • unordered ✅
    • ordered / numbered ✅
  • images
  • deleted (xyz => --xyz--)
  • tables