Skip to content

Latest commit

 

History

History

mdconverter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.