summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* LaTeX reader: Basic \enquote support.John MacFarlane2012-10-15
* LaTeX reader: Use new suppressParens option for footnote citations.John MacFarlane2012-10-15
* Re-added Read instance for ReaderOptions.John MacFarlane2012-10-14
* LaTeX reader: Use normal citations, not author-in-text, for fn cites.John MacFarlane2012-10-14
* Moved bibliography processing into readers.John MacFarlane2012-10-13
* Biblio: Make processBiblio take a Maybe Style parameter.John MacFarlane2012-10-13
* Textile reader: Fixed bug with list items containing line breaks.John MacFarlane2012-10-13
* LaTeX reader: Made rawLaTeXInline more flexible.John MacFarlane2012-10-11
* LaTeX reader: Make `\noindent` inline rather than block.John MacFarlane2012-10-11
* Added MIME types for .wof and .eot.John MacFarlane2012-10-11
* EPUB writer improvements.John MacFarlane2012-10-11
* LaTeX reader: Better support for citation commands.John MacFarlane2012-10-10
* RST reader: Don't create empty definition list for metadata field lists.John MacFarlane2012-10-06
* Biblio: Changed type of processBiblio.John MacFarlane2012-10-06
* Revert "Added stateWarnings to ParserState, added warning function."John MacFarlane2012-10-05
* Added stateWarnings to ParserState, added warning function.John MacFarlane2012-10-05
* Textile reader: Implemented comment blocks.John MacFarlane2012-10-05
* Remove newline after <br/> in translation of LineBreakBrent Yorgey2012-10-04
* Docx writer: Added nsid to abstractNum elements.John MacFarlane2012-10-02
* Use integer ids for bookmarks.John MacFarlane2012-10-02
* RST reader: Removed 'plain' in blocks, since 'para' includes it.John MacFarlane2012-09-30
* RST reader: Consolidate super/subscript, math into interpretedRole.John MacFarlane2012-09-30
* RST reader: Renamed 'image' to 'subst', since it now handles more.John MacFarlane2012-09-30
* Ignore unknown interpreted roles.John MacFarlane2012-09-30
* RST reader: Removed requirement that directives begin at left margin.John MacFarlane2012-09-30
* RST reader: Require whitespace after field list field names.John MacFarlane2012-09-30
* RST reader: Consolidated rawBlock into directive.John MacFarlane2012-09-30
* RST reader: Handle replace:: and unicode:: substitutions.John MacFarlane2012-09-30
* RST reader: Make directive labels case-insensitive.John MacFarlane2012-09-29
* RST reader: Folded figureBlock into directive.John MacFarlane2012-09-29
* RST reader: Made comments a separate parser.John MacFarlane2012-09-29
* RST reader: Folded image block handling into directive.John MacFarlane2012-09-29
* RST reader: Folded code block parsers into directive.John MacFarlane2012-09-29
* RST reader: Folded default-role parser into directive.John MacFarlane2012-09-29
* Renamed removedLeadingTrailingSpace to trim.John MacFarlane2012-09-29
* RST reader: Consolidated math block parsers into directive.John MacFarlane2012-09-29
* RST reader: Refactored directive parser.John MacFarlane2012-09-29
* Adjusted pandoc.hs for changes in Biblio module.John MacFarlane2012-09-29
* Biblio: csl parameter now a string rather than a filepath.John MacFarlane2012-09-29
* Markdown reader: Worked around some sepBy's.John MacFarlane2012-09-29
* UTF8: Removed unneeded imports.John MacFarlane2012-09-29
* Textile reader: Avoid parsing dashes as strikeout.John MacFarlane2012-09-28
* Textile reader: Fixed bug affected words ending in hyphen.John MacFarlane2012-09-28
* Textile: Improvements to surround and symbol.John MacFarlane2012-09-28
* RST reader: Support ".. code::".John MacFarlane2012-09-28
* RST reader: Combine para/plain.John MacFarlane2012-09-28
* HTML writer: Use toHtml instead of pre-escaping.John MacFarlane2012-09-28
* RST reader: Made para parser slightly more efficient.John MacFarlane2012-09-28
* RST reader: Use Text.Pandoc.Builder.John MacFarlane2012-09-27
* Shared: Export compactify', formerly in Markdown reader.John MacFarlane2012-09-27