From 68cd976838c52db771731dac032f3b634d2b73ff Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 10 Mar 2007 17:44:27 +0000 Subject: Added definition for DefinitionList block element. git-svn-id: https://pandoc.googlecode.com/svn/trunk@564 788f1e2b-df1e-0410-8736-df70ead52e1b --- src/Text/Pandoc/Definition.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Text/Pandoc/Definition.hs b/src/Text/Pandoc/Definition.hs index 50af38218..2ccc5931a 100644 --- a/src/Text/Pandoc/Definition.hs +++ b/src/Text/Pandoc/Definition.hs @@ -59,6 +59,9 @@ data Block -- a list of blocks) | BulletList [[Block]] -- ^ Bullet list (list of items, each -- a list of blocks) + | DefinitionList [([Inline],[Block])] -- ^ Definition list + -- (list of items, each a pair of an inline list, + -- the term, and a block list) | Header Int [Inline] -- ^ Header - level (integer) and text (inlines) | HorizontalRule -- ^ Horizontal rule | Note String [Block] -- ^ Footnote or endnote - reference (string), -- cgit v1.2.3