Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 546 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 546 Bytes

#Markdown to Dokuwiki

I tried using pandoc and just exporting html and importing to dokuwiki, but both approaches left a messy dokuwiki syntax. This script only covers a small portion of the most commonly used markdown that we use for doing procedures and tracking customer stuff.

Install

Clone the github repo and install globally

git clone [email protected]:mostekcm/markdown-to-dokuwiki
cd markdown-to-dokuwiki
npm install -g

Usage

md2doku [ -o <output file> ] <input file>

##Known issues None yet :)

##License MIT