A simple NodeJS program, that converts Markdown files to Atlassian Confluence syntax
$ node md2conf.js <input_markdown_file> [-o <output_file>]
- inline monospace ✅
- headings ✅
- code block ✅
- bold ✅
- italic ✅
- hyperlinks ✅
- lists (with tabs) ✅
- unordered ✅
- ordered / numbered ✅
- images
- deleted (
xyz=> --xyz--) - tables