mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56:32 +00:00
Added definition for DefinitionList block element.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@564 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user