A tool to post process Rock's wiki's *.md files into something suitable for epub creation using pandoc.
To build the final epub using Pandoc you'll need the following
- CommandLineParser - Install-Package CommandLineParser
- Pandoc
- Pull the latest Rock-ChMS.wiki repo
- Build this project and run the
RockWikiToPandocEpub.exe -w [PATH_TO_WIKI] -p [PATH_TO_PANDOC]
executable. - Run the
run.bat
file that the previous step created in the[PATH_TO_WIKI]/tmp
folder. - If satisfied, move the
rockdev.epub
out of the tmp folder and delete the tmp folder.
If you want a PDF, just open the epub in Adobe Digital Editions and then use the Print button to print to a PDF writer.
Sorry, I tried setting up LaTex in Pandoc to do direct to PDF printing and finally gave up in light of this process.