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

Text.Pandoc.Readers.Typst

Description

Reads and evaluates a Typst document as a Pandoc AST.

Synopsis

Documentation

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

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