diff options
Diffstat (limited to 'Text/Pandoc/Definition.hs')
-rw-r--r-- | Text/Pandoc/Definition.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Text/Pandoc/Definition.hs b/Text/Pandoc/Definition.hs index 7d1125c5a..c04ae0856 100644 --- a/Text/Pandoc/Definition.hs +++ b/Text/Pandoc/Definition.hs @@ -107,6 +107,7 @@ data Inline | Apostrophe -- ^ Apostrophe | Ellipses -- ^ Ellipses | LineBreak -- ^ Hard line break + | Math String -- ^ TeX math (literal) | TeX String -- ^ LaTeX code (literal) | HtmlInline String -- ^ HTML code (literal) | Link [Inline] Target -- ^ Hyperlink: text (list of inlines), target |