# Djot v0.1.6 - Table of Contents

> A Djot markup language parser and formatter

## Pages

- [Djot](readme.md)

## Modules

- [Djot](Djot.md): Transform a Djot string input to HTML output.
- [Djot.Native](Djot.Native.md)
- [Djot.Options](Djot.Options.md): Configurable options for the Djot renderer
- [Djot.Sigil](Djot.Sigil.md): Implements a sigil for quickly writing Djot content in an elixir document.

- Exceptions
  - [Djot.DjotError](Djot.DjotError.md):   The djot parser/transformer does not expose many errors, it either parses and transforms a document, or fails to do so.

