summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Restored stateStandalone as readerStandalone.John MacFarlane2012-07-25
* Moved stateApplyMacros, stateIndentedCodeClasses to ReaderOptions.John MacFarlane2012-07-25
* stateCitations -> readerCitations.John MacFarlane2012-07-25
* Got rid of stateStandalone, which was hardly used anyway.John MacFarlane2012-07-25
* Moved stateOldDashes to readerOldDashes in ReaderOptions.John MacFarlane2012-07-25
* Moved stateTabStop to readerTabStop in ReaderOptions.John MacFarlane2012-07-25
* Moved ParseRaw from ParserState to ReaderOptions.John MacFarlane2012-07-25
* Options -> ReaderOptions.John MacFarlane2012-07-25
* Put smart, strict in separate options field in state.John MacFarlane2012-07-25
* HTML reader: Fixed bug in htmlBalanced.John MacFarlane2012-07-24
* Don't require strict HTML blocks to begin at left margin.John MacFarlane2012-07-24
* Use catch from Control.Exception to avoid warnings.John MacFarlane2012-07-24
* Small fix to fix: Allow blank lines btw table and caption.John MacFarlane2012-07-24
* Fixed performance improvement to tables.John MacFarlane2012-07-24
* More performance improvements on pipe tables.John MacFarlane2012-07-24
* Refactored table parsers, captions now not part of core tableWith.John MacFarlane2012-07-24
* Slight improvement to performance for pipe tables.John MacFarlane2012-07-24
* Revised code for pipe tables.John MacFarlane2012-07-22
* Merge pull request #510 from mytskine/markdown-extraJohn MacFarlane2012-07-22
|\
| * Added support for markdown-extra tables in the markdown parserFrançois Gannaz2012-02-21
* | Use Parser as type synonym for Parsec.John MacFarlane2012-07-20
* | Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.John MacFarlane2012-07-20
* | Use Text.Parsec instead of Text.ParserCombinators.Parsec.John MacFarlane2012-07-20
* | Don't recognize inline-markup starts inside words.John MacFarlane2012-07-16
* | Textile reader: properly handle links with surrounding brackets.John MacFarlane2012-07-13
* | Docbook reader: Added support for "bold" emphasis.John MacFarlane2012-06-26
* | Markdown reader: Added cf. and cp. to list of likely abbreviations.John MacFarlane2012-06-04
* | Textile reader: fix for `<notextile>` and `==`.paul.rivier2012-05-29
* | RST reader: handle figures.John MacFarlane2012-05-29
* | Added a couple needed trys to textile reader.John MacFarlane2012-05-29
* | LaTeX reader: Support `\centerline`.John MacFarlane2012-05-22
* | DocBook: support segmentedlist.John MacFarlane2012-05-12
* | DocBook reader: Support simplelist, member.John MacFarlane2012-05-12
* | Don't include non-language classes for code blocks.John MacFarlane2012-05-12
* | DocBook reader: Recognize example as block element.John MacFarlane2012-05-12
* | DocBook reader: Promote level 0 headers to 1 even if dbBook not set.John MacFarlane2012-05-12
* | DocBook reader: Support bridgehead.John MacFarlane2012-05-12
* | DocBook reader: only use language classes for inline code.John MacFarlane2012-05-12
* | DocBook reader: Better handling tags that can have inline or block content.John MacFarlane2012-05-12
* | DocBook reader: computeroutput is an inline tag, not block.John MacFarlane2012-05-12
* | LaTeX reader: Allow skipping of unknown block commands in `\author` section.John MacFarlane2012-05-11
* | DocBook reader: Support bibliomixed tag.John MacFarlane2012-05-11
* | DocBook reader: Support link tag with no content.John MacFarlane2012-05-11
* | DocBook reader: print ? for xref tag.John MacFarlane2012-05-11
* | DocBook reader: Support uri tag.John MacFarlane2012-05-11
* | DocBook reader: Use ALLCAPS for unknown entities.John MacFarlane2012-05-11
* | DocBook reader. Handle block elements inside paragraphs.John MacFarlane2012-05-11
* | DocBook reader: support more elements.John MacFarlane2012-05-10
* | DocBook reader: Implemented glossary, simplified sect.John MacFarlane2012-05-10
* | DocBook reader: Skip index.John MacFarlane2012-05-10