Age | Commit message (Expand) | Author | Files | Lines |
2007-09-19 | RST writer: If label for a link reference contains a colon, | fiddlosopher | 1 | -1/+4 |
2007-09-18 | Markdown writer: Don't print title attribute if title is empty. | fiddlosopher | 1 | -1/+4 |
2007-09-10 | + Fixed bug in RST writer's handling of ordered lists. Previously, | fiddlosopher | 1 | -2/+2 |
2007-09-05 | HTML writer: Don't produce HTML for table of contents if | fiddlosopher | 1 | -0/+1 |
2007-09-02 | HTML writer: put anchors around contents of headers, not around | fiddlosopher | 1 | -11/+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 | 3 | -23/+6 |
2007-08-30 | Rewrote LaTeX writer to use the prettyprinting library, | fiddlosopher | 1 | -104/+130 |
2007-08-29 | Fixed bug in LaTeX writer: autolinks would not cause | fiddlosopher | 1 | -5/+5 |
2007-08-25 | Fixed bug in LaTeX writer. When a footnote ends with a Verbatim | fiddlosopher | 1 | -1/+3 |
2007-08-23 | Removed incorrect "{}" around style information in | fiddlosopher | 1 | -2/+2 |
2007-08-20 | If --strict and not --toc, don't include identifiers in headers. | fiddlosopher | 1 | -1/+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 | 8 | -497/+486 |
2007-08-08 | Major change in the way ordered lists are handled: | fiddlosopher | 8 | -97/+179 |
2007-08-03 | Use \url{} for autolinks in LaTeX writer. | fiddlosopher | 1 | -2/+5 |
2007-07-28 | LaTeX writer: | fiddlosopher | 1 | -12/+14 |
2007-07-28 | Cleaned up and fixed autolinks in RST. All that's needed | fiddlosopher | 1 | -12/+12 |
2007-07-28 | Don't put autolinks in typewriter font in ConTeXt, since | fiddlosopher | 1 | -0/+2 |
2007-07-28 | Fixed problems with obfuscateLink introduced by last round | fiddlosopher | 1 | -14/+11 |
2007-07-28 | Man page writer: modified treatment of autolinks, | fiddlosopher | 1 | -1/+1 |
2007-07-28 | LaTeX writer: include fancyvrb and \VerbatimFootnotes | fiddlosopher | 1 | -4/+4 |
2007-07-28 | Simplified HTML writer's treatment of autolinks. | fiddlosopher | 1 | -8/+8 |
2007-07-28 | Make URLs and emails in autolinks appear as Code. | fiddlosopher | 3 | -9/+9 |
2007-07-28 | Fixed a bug in Docbook writer: email links with text were being | fiddlosopher | 1 | -1/+6 |
2007-07-28 | Reinstated dependence on fancyvrb. It is compatible with examplep. | fiddlosopher | 1 | -9/+24 |
2007-07-28 | Changed LaTeX writer to use the examplep package instead | fiddlosopher | 1 | -17/+15 |
2007-07-27 | Use ` as default character for \verb in LaTeX output. | fiddlosopher | 1 | -1/+1 |
2007-07-26 | Include empty \author{} in LaTeX preamble if no | fiddlosopher | 1 | -4/+2 |
2007-07-26 | Fixes in LaTeX writer: | fiddlosopher | 1 | -5/+5 |
2007-07-26 | Changed how ASCIIMathML is handled: | fiddlosopher | 1 | -1/+10 |
2007-07-24 | Fixed bug in TOC generation in HTML writer (regression, | fiddlosopher | 1 | -1/+1 |
2007-07-23 | LaTeX writer: Make sure \VerbatimFootnotes goes after the | fiddlosopher | 1 | -8/+10 |
2007-07-22 | Man writer: Use ~ and ^ for subscripts and superscripts. | fiddlosopher | 1 | -6/+9 |
2007-07-22 | HTML writer: Use a record for state, instead of a tuple, for | fiddlosopher | 1 | -24/+32 |
2007-07-22 | HTML writer: include css for .strikethrough only if strikethrough | fiddlosopher | 1 | -17/+25 |
2007-07-22 | Added ~ to the list of characters the markdown | fiddlosopher | 1 | -1/+1 |
2007-07-22 | Cleaned up character escaping in LaTeX writer. | fiddlosopher | 1 | -15/+8 |
2007-07-22 | Man writer: | fiddlosopher | 1 | -2/+2 |
2007-07-22 | Changed text to char for one character strings | fiddlosopher | 3 | -8/+8 |
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 | 8 | -181/+263 |
2007-07-21 | + Added Strikeout support to Markdown writer. | fiddlosopher | 1 | -2/+5 |
2007-07-21 | Changed system for indicating man page title, section, | fiddlosopher | 1 | -8/+9 |
2007-07-19 | Refactored character escaping in Text.Pandoc.Writers.Markdown using | fiddlosopher | 1 | -8/+2 |
2007-07-15 | ConTeXt writer changes: | fiddlosopher | 1 | -1/+1 |
2007-07-15 | Merged branches/context: addition of a ConTeXt writer | fiddlosopher | 1 | -0/+225 |
2007-07-15 | Removed an unused function in LaTeX writer. | fiddlosopher | 1 | -2/+0 |
2007-07-14 | Simplified special character escaping code in LaTeX writer. | fiddlosopher | 1 | -12/+18 |
2007-07-14 | Small comment fix in LaTeX writer. | fiddlosopher | 1 | -1/+1 |