Age | Commit message (Expand) | Author | Files | Lines |
2012-04-03 | Markdown writer: don't replace empty alt in image with "image". | John MacFarlane | 1 | -3/+3 |
2012-02-08 | Don't wrap headers in markdown or rst. | John MacFarlane | 1 | -1/+2 |
2012-01-31 | Don't let autolinks create reference links. | John MacFarlane | 1 | -1/+1 |
2012-01-27 | Finished implementing --atx-headers in markdown writer. | John MacFarlane | 1 | -2/+5 |
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 | -2/+1 |
2011-11-24 | Markdown writer: Use setext headers for levels 1-2. | John MacFarlane | 1 | -11/+9 |
2011-06-06 | Markdown writer: Insert HTML comment btw list and indented code block. | John MacFarlane | 1 | -1/+13 |
2011-01-26 | Add support for attributes in inline Code. | John MacFarlane | 1 | -20/+28 |
2011-01-26 | Adjusted writers to use "tex". | John MacFarlane | 1 | -2/+3 |
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -9/+11 |
2011-01-20 | Markdown writer: Avoid printing excess spaces at end if no notes/refs. | John MacFarlane | 1 | -1/+2 |
2011-01-06 | Markdown writer: blank line after delimited code block. | John MacFarlane | 1 | -2/+2 |
2010-12-26 | Markdown writer: Fixed bug in Image. | John MacFarlane | 1 | -1/+1 |
2010-12-24 | Use functions from Text.Pandoc.Generic instead of processWith(M). | John MacFarlane | 1 | -3/+4 |
2010-12-20 | Markdown writer: use \ for newline instead of two spaces at eol. | John MacFarlane | 1 | -1/+4 |
2010-12-20 | Markdown writer: Use delimited code block if there are attributes. | John MacFarlane | 1 | -2/+21 |
2010-12-20 | Plain writer: set stateStrictMarkdown automatically. | John MacFarlane | 1 | -3/+4 |
2010-12-17 | Added new prettyprinting module. | John MacFarlane | 1 | -135/+157 |
2010-12-13 | Added option to write citation markup in markdown writer. | Nathan Gass | 1 | -1/+29 |
2010-07-20 | Made spacing at end of output more consistent. | John MacFarlane | 1 | -1/+1 |
2010-07-11 | Merge branch 'atlists'. Added auto-numbered example lists. | John MacFarlane | 1 | -3/+3 |
2010-07-06 | Allow language-neutral table captions. | John MacFarlane | 1 | -1/+1 |
2010-07-05 | Moved parsing functions from Text.Pandoc.Shared to new module. | John MacFarlane | 1 | -1/+2 |
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 | -4/+4 |
2010-03-27 | Implemented @ for sequentially numbered examples. | John MacFarlane | 1 | -3/+3 |
2010-03-23 | Markdown, RST writers: unescape URI in links, to make them readable. | John MacFarlane | 1 | -2/+3 |
2010-03-23 | Updated copyright notices. | John MacFarlane | 1 | -2/+2 |
2010-03-18 | Added plain writer. | fiddlosopher | 1 | -21/+67 |
2010-03-13 | Use template variables for include-before/after. | fiddlosopher | 1 | -7/+1 |
2010-03-10 | Markdown writer: proper support for headerless tables. | fiddlosopher | 1 | -4/+12 |
2010-03-07 | Markdown writer: Fixed citations. | fiddlosopher | 1 | -7/+1 |
2009-12-31 | Removed redundant imports (found by ghc 6.12). | fiddlosopher | 1 | -1/+1 |
2009-12-31 | Use $for$ for multiple authors in context, latex, markdown. | fiddlosopher | 1 | -4/+3 |
2009-12-31 | Use separate title, author, date variables in markdown template. | fiddlosopher | 1 | -34/+11 |
2009-12-31 | Made an import more specific. | fiddlosopher | 1 | -1/+1 |
2009-12-31 | -Wall cleanup in markdown writer. | fiddlosopher | 1 | -3/+3 |
2009-12-31 | Restored writerIncludeBefore, writerIncludeAfter. | fiddlosopher | 1 | -3/+11 |
2009-12-31 | Changed Meta author and date types to Inline lists instead of Strings. | fiddlosopher | 1 | -9/+12 |
2009-12-31 | Added 'standalone' variable, use in templates. | fiddlosopher | 1 | -6/+1 |
2009-12-31 | Fixed markdown writer to use templates. | fiddlosopher | 1 | -24/+28 |
2009-12-31 | Removed unneeded writer options; use template variables instead. | fiddlosopher | 1 | -21/+22 |
2009-12-08 | Added optional section numbering in HTML output. | fiddlosopher | 1 | -1/+1 |
2009-12-07 | Improved syntax for markdown definition lists. | fiddlosopher | 1 | -5/+4 |
2009-11-28 | Better looking simple tables. Resolves Issue #180. | fiddlosopher | 1 | -7/+11 |
2009-11-03 | Specially mark code blocks that were "literate" in the input. | fiddlosopher | 1 | -0/+1 |
2009-07-18 | Changed escapes in markdown writer. | fiddlosopher | 1 | -1/+1 |
2009-04-25 | HTML writer: wrap sections in divs. Resolves Issue #70. | fiddlosopher | 1 | -1/+1 |
2009-02-07 | Fixed bug with header spacing in Markdown and RST writers. | fiddlosopher | 1 | -2/+5 |