Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 532 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 532 Bytes

mdconverter

Exports markdown files into ready-to-use websites. Useful for documentation files.

Table of contents

Installation

pandoc

Pandoc is required for converting markdown to html

Debian/Ubuntu

sudo apt-get install pandoc

macOS

brew install pandoc

Usage

  1. Add files to the content directory.
  2. Run ./run.sh.
  3. Output files will be put into the html directory.