summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
Commit message (Expand)AuthorAge
* Org reader: fixed #1342.John MacFarlane2014-06-16
* allow (and discard) optional argument for \captionJames Aspnes2014-06-12
* LaTeX reader: Handle comments at the end of tables.John MacFarlane2014-06-03
* Markdown writer: Prettier pipe tables.John MacFarlane2014-06-03
* Docx writer: Section numbering carries over from reference.docx.John MacFarlane2014-06-03
* Docx writer: Combine reference.docx numbering with pandoc's.John MacFarlane2014-06-03
* Docx writer: pandoc uses only numIds >= 1000 for lists.John MacFarlane2014-06-03
* Docx writer: Changed abstractNumId numbering scheme.John MacFarlane2014-06-03
* Docx writer: Simplified abstractNumId numbering.John MacFarlane2014-06-03
* Templates: use ordNum instead of ord.John MacFarlane2014-06-03
* Shared: Added ordNub.John MacFarlane2014-06-03
* Docx writer: Create overrides per-image for media/ in ref docx.John MacFarlane2014-06-02
* Docx writer: Improved entryFromArchive to avoid parse.John MacFarlane2014-06-02
* Docx writer: Make images work in reference.docx headers/footers.John MacFarlane2014-06-02
* Templates: Fail informatively on template syntax errors.John MacFarlane2014-06-01
* Docx writer: Improved handling of headers/footers.John MacFarlane2014-06-01
* Docx writer: Header and footer are now carried over from reference.docx.John MacFarlane2014-06-01
* Minor code reformat.John MacFarlane2014-06-01
* Docx writer: Take over document formatting from reference.docx.John MacFarlane2014-05-31
* PDF writer: Fixed treatment of data uris for images.John MacFarlane2014-05-28
* Merge pull request #1302 from tarleb/inline-latexJohn MacFarlane2014-05-28
|\
| * Org reader: support for inline LaTeXAlbert Krewinkel2014-05-20
* | Markdown reader: Handle `c++` and `objective-c` as language identifiersJohn MacFarlane2014-05-27
* | Markdown reader: inline math must have nonspace before final `$`.John MacFarlane2014-05-27
* | EPUB writer: Handle multiple dates with OPF `event` attributes.John MacFarlane2014-05-19
* | Avoid `import Prelude hiding (catch)`.John MacFarlane2014-05-19
* | Removed dependency on conduit.John MacFarlane2014-05-18
|/
* EPUB writer: Fixed regression on cover image.John MacFarlane2014-05-15
* Merge pull request #1293 from tarleb/typoJohn MacFarlane2014-05-14
|\
| * Process: Fix minor typo in pipeProcess' docsAlbert Krewinkel2014-05-11
* | Merge pull request #1297 from tarleb/citationsJohn MacFarlane2014-05-14
|\ \
| * | Org reader: support Pandocs citation extensionAlbert Krewinkel2014-05-14
| * | Move `citeKey` from Readers.Markdown to ParsingAlbert Krewinkel2014-05-14
| * | Introduce class HasLastStrPosition, generalize functionsAlbert Krewinkel2014-05-14
* | | LaTeX reader: Support `\addbibresource`.John MacFarlane2014-05-12
* | | Shared addMetaField: if old and new values both lists, concatenate.John MacFarlane2014-05-12
|/ /
* / LaTeX reader: set `bibliography` in metadata from `\bibliography` cmd.John MacFarlane2014-05-11
|/
* LaTeX reader: Don't error on "%foo" with no newline.John MacFarlane2014-05-10
* Org reader: Fix block parameter reader, relax constraintsAlbert Krewinkel2014-05-10
* Merge pull request #1288 from tarleb/update-copyrightJohn MacFarlane2014-05-09
|\
| * Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* | Org reader: Fix parsing of blank lines within blocksAlbert Krewinkel2014-05-09
* | Org reader: Support arguments for code blocksAlbert Krewinkel2014-05-09
* | Org reader: refactor #+BEGIN..#+END block parsing codeAlbert Krewinkel2014-05-09
|/
* Small improvement to textile reader fix. Removed 'try'.mpickering2014-05-07
* Fix textile reader hanging.mpickering2014-05-07
* Textile reader: Rearranged inline parsers for performance.John MacFarlane2014-05-06
* Textile reader: Rewrote simpleInline for clarity and efficiency.John MacFarlane2014-05-06
* Textile reader: Disallow blank lines in inline contexts.John MacFarlane2014-05-06
* Make `--trace` work with textile reader.John MacFarlane2014-05-06