pandoc-3.1.13: Conversion between markup formats
CopyrightCopyright (C) 2024 John MacFarlane
LicenseGNU GPL, version 2 or above
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Stabilityalpha
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Pandoc.Readers.Djot

Description

Reads and evaluates a Djot document as a Pandoc AST.

Synopsis

Documentation

readDjot :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc Source #

Read Djot from an input string and return a Pandoc document.