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

Text.Pandoc.Scripting

Description

Central data structure for scripting engines.

Synopsis

Documentation

data ScriptingEngine Source #

Structure to define a scripting engine.

Constructors

ScriptingEngine 

Fields

data CustomComponents m Source #

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.