Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-05-10 | Fixed bug with indented blocks occurring in definition lists. | fiddlosopher | 1 | -1/+3 |
2007-05-03 | Added support for definition lists to markdown | fiddlosopher | 1 | -0/+14 |
2007-04-10 | Extensive changes stemming from a rethinking of the Pandoc data | fiddlosopher | 1 | -144/+204 |
2007-03-17 | Removed Blank block element as unnecessary. | fiddlosopher | 1 | -3/+2 |
2007-02-17 | In writing Markdown, print unicode nonbreaking space | fiddlosopher | 1 | -1/+8 |
2007-01-27 | Cleaned up handling of embedded quotes in link titles. | fiddlosopher | 1 | -7/+3 |
2007-01-27 | Changes in entity handling: | fiddlosopher | 1 | -1/+0 |
2007-01-24 | Modified Markdown writer to use autolinks when possible. | fiddlosopher | 1 | -6/+10 |
2007-01-22 | Removed 'gsub' entirely and replaced its uses with 'substitute'. | fiddlosopher | 1 | -1/+1 |
2007-01-15 | Added support for tables in markdown reader and in LaTeX, | fiddlosopher | 1 | -0/+4 |
2007-01-06 | Merged changes from 'quotes' branch since r431. Smart typography | fiddlosopher | 1 | -6/+17 |
2007-01-05 | Changed Markdown writer so that it does not use the single-bracket | fiddlosopher | 1 | -1/+1 |