Age | Commit message (Expand) | Author | Files | Lines |
2012-03-07 | Merge pull request #438 from michaelt/patch-2 | John MacFarlane | 1 | -0/+2 |
2012-03-07 | Fix initial `Str "."` after `LineBreak` as well? | Michael Thompson | 1 | -0/+2 |
2012-03-07 | escape initial dot in code lines | Michael Thompson | 1 | -1/+5 |
2011-12-27 | Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. | John MacFarlane | 1 | -5/+7 |
2011-01-26 | Add support for attributes in inline Code. | John MacFarlane | 1 | -4/+5 |
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -3/+4 |
2010-12-22 | Man writer: updated to use Pretty. | John MacFarlane | 1 | -18/+22 |
2010-12-21 | Shared: Made splitBy take a test instead of an element. | John MacFarlane | 1 | -1/+1 |
2010-07-20 | Made spacing at end of output more consistent. | John MacFarlane | 1 | -1/+1 |
2010-07-14 | Improved handling of code in man writer. | John MacFarlane | 1 | -3/+7 |
2010-04-26 | Man writer: convert math to unicode when possible. | John MacFarlane | 1 | -2/+3 |
2010-03-23 | Updated copyright notices. | John MacFarlane | 1 | -2/+2 |
2010-03-13 | Use template variables for include-before/after. | fiddlosopher | 1 | -5/+1 |
2010-03-13 | Man writer: properly handle headerless tables. | fiddlosopher | 1 | -2/+4 |
2009-12-31 | Removed redundant imports (found by ghc 6.12). | fiddlosopher | 1 | -2/+1 |
2009-12-31 | Revised man writer to use new templates. | fiddlosopher | 1 | -42/+37 |
2009-12-31 | Changed Meta author and date types to Inline lists instead of Strings. | fiddlosopher | 1 | -4/+6 |
2009-12-31 | Removed unneeded writer options; use template variables instead. | fiddlosopher | 1 | -12/+13 |
2009-12-07 | Don't print raw HTML in man output. | fiddlosopher | 1 | -2/+2 |
2009-12-07 | Improved syntax for markdown definition lists. | fiddlosopher | 1 | -8/+8 |
2009-11-28 | Better looking simple tables. Resolves Issue #180. | fiddlosopher | 1 | -1/+3 |
2009-06-06 | Man writer: break lines at end of each sentence. | fiddlosopher | 1 | -3/+36 |
2009-01-24 | Moved all haskell source to src subdirectory. | fiddlosopher | 1 | -0/+301 |
2007-11-29 | Moved everything from src into the top-level directory. | fiddlosopher | 1 | -293/+0 |
2007-11-03 | Reverted back to state as of r1062. The template haskell changes | fiddlosopher | 1 | -0/+293 |
2007-11-03 | Use template haskell to avoid the need for templates: | fiddlosopher | 1 | -293/+0 |
2007-10-12 | Undid last change: instead of blocking the internal links in the | fiddlosopher | 1 | -1/+0 |
2007-10-11 | Man writer: Don't print link source for internal links (#...). | fiddlosopher | 1 | -0/+1 |
2007-09-27 | Added a writer option for wrapped text and a command-line option | fiddlosopher | 1 | -2/+3 |
2007-08-30 | Replaced individual wrapping routines in RST, Man, and | fiddlosopher | 1 | -8/+2 |
2007-08-15 | Major code cleanup in all modules. (Removed unneeded imports, | fiddlosopher | 1 | -16/+10 |
2007-08-08 | Major change in the way ordered lists are handled: | fiddlosopher | 1 | -17/+16 |
2007-07-28 | Man page writer: modified treatment of autolinks, | fiddlosopher | 1 | -1/+1 |
2007-07-22 | Man writer: Use ~ and ^ for subscripts and superscripts. | fiddlosopher | 1 | -6/+9 |
2007-07-22 | Man writer: | fiddlosopher | 1 | -2/+2 |
2007-07-22 | Changed text to char for one character strings | fiddlosopher | 1 | -4/+4 |
2007-07-22 | + Added support for superscript, subscript, and | fiddlosopher | 1 | -15/+12 |
2007-07-21 | Changed system for indicating man page title, section, | fiddlosopher | 1 | -8/+9 |
2007-07-08 | Man writer: Don't print .\" t at beginning unless we're | fiddlosopher | 1 | -1/+1 |
2007-07-08 | Fixed bug in Notes ($$ instead of <>), which caused | fiddlosopher | 1 | -1/+1 |
2007-07-07 | Adjusted copyright notices to 2006-7; use | fiddlosopher | 1 | -3/+3 |
2007-07-07 | Man writer: Use integral n measures instead of fractional i | fiddlosopher | 1 | -1/+2 |
2007-07-04 | Man writer: | fiddlosopher | 1 | -3/+9 |
2007-07-04 | Added table support to man writer (using the tbl preprocessor). | fiddlosopher | 1 | -10/+36 |
2007-07-02 | Man writer: don't change - to \- (minus sign). | fiddlosopher | 1 | -1/+1 |
2007-07-02 | Man writer: better output for line break: | fiddlosopher | 1 | -1/+1 |
2007-07-02 | Minor changes in Man writer: | fiddlosopher | 1 | -18/+26 |
2007-07-01 | Modified escaping in Man writer. Also changed | fiddlosopher | 1 | -5/+5 |
2007-06-30 | Added groff man writer. | fiddlosopher | 1 | -0/+263 |