pandoc-3.1.13: Conversion between markup formats
Copyright© 2022-2023 Albert Krewinkel
LicenseGPL-2.0-or-later
MaintainerAlbert Krewinkel <tarleb+pandoc@moltkeplatz.de>
Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.Scripting

Description

Central data structure for scripting engines.

Synopsis

Documentation

data ScriptingEngine #

Structure to define a scripting engine.

Constructors

ScriptingEngine 

Fields

data CustomComponents (m :: Type -> Type) #

A component of a custom reader/writer: a custom reader, a custom writer, a template for a custom writer, or a specification of the extensions used by a script and their default values. Note that a single script can contain all of these.