markdown-confluencer
v1.0.0
Published
Convert markdown to Confluence HTML for use in the source editor
Readme
markdown-confluencer
A handy utility to convert markdown files into HTML compatible with the Confluence source editor
Installation
npm install -g markdown-confluencerUsage
Given a set of input filepaths, it will read them, convert them, and write them out in the current directory with the '.html' extension.
markdown-confluencer <files...>For example:
markdown-confluencer myfancydoc.md myotherfancydoc.mdwill generate myfancydoc.html and myotherfancydoc.html
