summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Removed unneeded function from Setup.hs.John MacFarlane2012-10-15
* WhitespaceJohn MacFarlane2012-10-15
* Re-added Read instance for ReaderOptions.John MacFarlane2012-10-14
* Makefile: Back to using citeproc-hs repository.John MacFarlane2012-10-14
* LaTeX reader: Use normal citations, not author-in-text, for fn cites.John MacFarlane2012-10-14
* Don't expose Text.Pandoc.Biblio.John MacFarlane2012-10-13
* 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
* Fixed typo.John MacFarlane2012-10-04
* Updated mediawiki writer test for `<br />` change.John MacFarlane2012-10-04
* Merge pull request #636 from byorgey/masterJohn MacFarlane2012-10-04
|\
| * 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
* Makefile: cabal-dev/cabal update.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
* Bumped versions of json and base64-bytestring dependencies.John MacFarlane2012-09-30
* Make blaze_html_0_5 default to True.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