Age | Commit message (Expand) | Author | Files | Lines |
2014-08-04 | Use `stripPrefix` where appropriate. | Artyom Kazak | 1 | -2/+3 |
2014-07-12 | Removed space at ends of lines in source. | John MacFarlane | 1 | -1/+1 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -2/+2 |
2014-03-14 | RST writer: Avoid stack overflow with certain tables. | John MacFarlane | 1 | -2/+6 |
2014-01-02 | RST writer: Ensure no blank line after def in definition list. | John MacFarlane | 1 | -1/+1 |
2013-10-16 | Use isURI instead of isAbsoluteURI. | John MacFarlane | 1 | -2/+2 |
2013-10-11 | RST writer: Skip spaces after display math. | John MacFarlane | 1 | -2/+8 |
2013-08-18 | Adjusted writers and tests for change in parsing of div/span. | John MacFarlane | 1 | -1/+5 |
2013-08-14 | Updated for removed unMeta, unFormat in pandoc-types. | John MacFarlane | 1 | -2/+2 |
2013-08-10 | Adjustments for new Format newtype. | John MacFarlane | 1 | -6/+9 |
2013-08-08 | Preliminary support for new Div and Span elements in writers. | John MacFarlane | 1 | -0/+2 |
2013-07-01 | Created Text.Pandoc.Writers.Shared, improved metaToJSON. | John MacFarlane | 1 | -4/+5 |
2013-06-29 | Metadata changes: Variables now completely shadow metadata. | John MacFarlane | 1 | -2/+2 |
2013-06-27 | Writers: Use defField for defaults. | John MacFarlane | 1 | -6/+6 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 1 | -25/+37 |
2013-04-14 | Markdown/RST writers: Only autolink absolute URIs. | John MacFarlane | 1 | -3/+5 |
2013-03-06 | Support :number-lines: in RST code output. | John MacFarlane | 1 | -2/+6 |
2013-01-26 | RST writer: Use `.. code:: language` for code blocks with language. | John MacFarlane | 1 | -1/+6 |
2013-01-15 | Use 'fig:' instead of '\SOH' in title to indicate figure. | John MacFarlane | 1 | -2/+2 |
2013-01-14 | Implemented Ext_implicit_figures. | John MacFarlane | 1 | -1/+2 |
2013-01-13 | RST writer: Fixes bug with links with duplicate text. | John MacFarlane | 1 | -6/+10 |
2013-01-13 | RST writer: Properly handle images with no alt text. | John MacFarlane | 1 | -6/+7 |
2013-01-13 | RST writer: Allow soft breaks w continuations in line blocks. | John MacFarlane | 1 | -1/+1 |
2013-01-13 | Use line block in RST writer when a paragraph contains linebreaks. | John MacFarlane | 1 | -4/+8 |
2013-01-09 | Added Attr field to Header. | John MacFarlane | 1 | -1/+1 |
2013-01-06 | Don't put the text of an autolink in Code font. | John MacFarlane | 1 | -2/+5 |
2013-01-05 | Changed --toc-level to --toc-depth. | John MacFarlane | 1 | -1/+1 |
2013-01-05 | Implemented --toc-level for rst. | John MacFarlane | 1 | -1/+3 |
2012-11-04 | RST writer: Don't add ":align: center" to figures. | John MacFarlane | 1 | -2/+1 |
2012-09-16 | RST writer: Fixed hyperlinked images. | John MacFarlane | 1 | -17/+28 |
2012-08-08 | Changes to literate haskell options. | John MacFarlane | 1 | -1/+1 |
2012-07-26 | Moved WriterOptions and associated types Shared -> Options. | John MacFarlane | 1 | -0/+1 |
2012-07-26 | Fixed whitespace errors. | John MacFarlane | 1 | -24/+24 |
2012-04-21 | RST writer: Don't wrap link references. | John MacFarlane | 1 | -1/+1 |
2012-03-24 | RST writer: Better handling of inline formatting. | John MacFarlane | 1 | -4/+51 |
2012-02-08 | Don't wrap headers in markdown or rst. | John MacFarlane | 1 | -1/+1 |
2011-12-31 | Support for math in RST reader and writer. | John MacFarlane | 1 | -3/+5 |
2011-12-30 | Support Sphinx-style math in RST writer. | John MacFarlane | 1 | -2/+3 |
2011-12-27 | Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. | John MacFarlane | 1 | -4/+0 |
2011-12-02 | Shared: Removed unescapeURI, modified escapeURI. | John MacFarlane | 1 | -5/+3 |
2011-09-05 | RST writer: Fixed bug involving empty table cells. | John MacFarlane | 1 | -1/+1 |
2011-01-26 | Add support for attributes in inline Code. | John MacFarlane | 1 | -3/+3 |
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -4/+3 |
2011-01-06 | RST writer: blank line after literate Haskell code block. | John MacFarlane | 1 | -3/+3 |
2010-12-17 | Added new prettyprinting module. | John MacFarlane | 1 | -89/+81 |
2010-07-20 | Made spacing at end of output more consistent. | John MacFarlane | 1 | -1/+1 |
2010-06-30 | Use unicode for smart punctuation in plain, markdown, rst formats. | John MacFarlane | 1 | -6/+6 |
2010-05-08 | Made KeyTable a map instead of an association list. | John MacFarlane | 1 | -8/+10 |
2010-03-23 | Markdown, RST writers: unescape URI in links, to make them readable. | John MacFarlane | 1 | -3/+5 |
2010-03-23 | Updated copyright notices. | John MacFarlane | 1 | -2/+2 |