pandoc/src/Text/Pandoc/Readers
fiddlosopher 5ec31cc727 Added parser for definition lists, derived from reStructuredText
syntax:

term 1
    Definition 1

    Paragraph 2 of definition 1.

term 2
    There must be whitespace between entries.
    Any kind of block may serve as a definition,
    but the first line of each block must be indented.

terms can contain any *inline* elements
    If you want to be lazy, you can just
indent the first line of the definition block.



git-svn-id: https://pandoc.googlecode.com/svn/trunk@566 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-03-10 17:48:16 +00:00
..
HTML.hs Made image parsing in HTML reader sensitive to the 2007-03-03 18:25:49 +00:00
LaTeX.hs Removed followedBy' parser from Text/ParserCombinators/Pandoc, 2007-02-15 01:10:15 +00:00
Markdown.hs Added parser for definition lists, derived from reStructuredText 2007-03-10 17:48:16 +00:00
RST.hs Got rid of two unneeded 'getState's. Note that 2007-02-15 01:43:12 +00:00