1.0.0 • Published 6 years ago

markdown-confluencer v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

markdown-confluencer

A handy utility to convert markdown files into HTML compatible with the Confluence source editor

Installation

npm install -g markdown-confluencer

Usage

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.md

will generate myfancydoc.html and myotherfancydoc.html