Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-01-24 | Moved all haskell source to src subdirectory. | fiddlosopher | 1 | -0/+396 |
2007-11-29 | Moved everything from src into the top-level directory. | fiddlosopher | 1 | -373/+0 |
2007-11-03 | Reverted back to state as of r1062. The template haskell changes | fiddlosopher | 1 | -0/+373 |
2007-11-03 | Use template haskell to avoid the need for templates: | fiddlosopher | 1 | -373/+0 |
2007-09-27 | Fixed bug in markdown writer: If an ordered list item began with | fiddlosopher | 1 | -1/+5 |
2007-09-27 | Added a writer option for wrapped text and a command-line option | fiddlosopher | 1 | -1/+1 |
2007-09-25 | Fixed a bug in the Markdown writer: incorrect line wrapping in | fiddlosopher | 1 | -2/+11 |
2007-09-02 | Markdown writer: escape paragraphs that begin with ordered list | fiddlosopher | 1 | -1/+23 |
2007-08-30 | Replaced individual wrapping routines in RST, Man, and | fiddlosopher | 1 | -8/+3 |
2007-08-17 | Fixed block quote output in markdown writer: previously, | fiddlosopher | 1 | -4/+4 |
2007-08-15 | Major code cleanup in all modules. (Removed unneeded imports, | fiddlosopher | 1 | -40/+35 |
2007-08-08 | Major change in the way ordered lists are handled: | fiddlosopher | 1 | -14/+17 |
2007-07-28 | Make URLs and emails in autolinks appear as Code. | fiddlosopher | 1 | -1/+1 |
2007-07-22 | Added ~ to the list of characters the markdown | fiddlosopher | 1 | -1/+1 |
2007-07-22 | Markdown writer: Substituted char for text for single characters. | fiddlosopher | 1 | -4/+4 |
2007-07-22 | + Added support for superscript, subscript, and | fiddlosopher | 1 | -3/+11 |
2007-07-21 | + Added Strikeout support to Markdown writer. | fiddlosopher | 1 | -2/+5 |
2007-07-19 | Refactored character escaping in Text.Pandoc.Writers.Markdown using | fiddlosopher | 1 | -8/+2 |
2007-07-09 | Text.Pandoc.Blocks: | fiddlosopher | 1 | -2/+2 |
2007-07-09 | Markdown writer: | fiddlosopher | 1 | -3/+3 |
2007-07-09 | Added --toc support to Markdown writer. | fiddlosopher | 1 | -6/+26 |
2007-07-07 | Adjusted copyright notices to 2006-7; use | fiddlosopher | 1 | -3/+3 |
2007-07-04 | Added table support to markdown writer. | fiddlosopher | 1 | -3/+34 |