1. Introduction

  2. Usage

  3. Markdown features

    1. CommonMark

    2. Extensions

MisoDoc2

Introduction

MisoDoc2 generates a documentation from MD files. It supports the CommonMark specification and a few extensions.

MisoDoc2 can run a server that builds the documentation dynamically (useful for writing the documentation). It can also build static HTML files (for deploying the final documentation).

MisoDoc2 is written in Haskell using the miso and commonmark libraries. It is inspired by mdBook.