lojbanios-0.1.0.0: Lojban teaching platform
Safe HaskellSafe-Inferred
LanguageHaskell2010

Study.Framework.DocumentBuilders

Description

This module provides utilities for building Pandoc documents.

Synopsis

Documentation

buildDocumentFromMarkdownCode :: Text -> Either PandocError Pandoc Source #

Given Markdown code, produces a Pandoc document.

buildGlossaryDocument :: Dictionary -> Vocabulary -> Pandoc Source #

Given a dictionary and a vocabulary, produces a glossary in the form of a Pandoc document.