Age | Commit message (Expand) | Author | Files | Lines |
2010-04-26 | Changed rawLaTeXInline to accept '\section', '\begin', etc. | John MacFarlane | 1 | -3/+8 |
2010-03-23 | Properly escape URIs in all readers. | John MacFarlane | 1 | -7/+6 |
2010-03-23 | Updated copyright notices. | John MacFarlane | 1 | -2/+2 |
2010-03-14 | LaTeX reader: ignore \section, \pdfannot, \pdfstringdef. | fiddlosopher | 1 | -15/+17 |
2010-03-14 | LaTeX reader: Ignore alt title in section headers. | fiddlosopher | 1 | -0/+1 |
2010-03-13 | LaTeX reader: don't treat \section as inline LaTeX. | fiddlosopher | 1 | -1/+2 |
2010-03-13 | LaTeX reader: recognize nonbreaking space ~. | fiddlosopher | 1 | -1/+5 |
2010-02-27 | LaTeX reader: handle \ (interword space). | fiddlosopher | 1 | -5/+9 |
2010-02-26 | LaTeX reader: allow any special character to be escaped. | fiddlosopher | 1 | -1/+1 |
2010-02-12 | LaTeX reader: treat \paragraph and \subparagraph as level 4, 5 headers. | fiddlosopher | 1 | -2/+2 |
2009-12-31 | LaTeX reader: use \\ to separate multiple authors. | fiddlosopher | 1 | -3/+3 |
2009-12-31 | Changed Meta author and date types to Inline lists instead of Strings. | fiddlosopher | 1 | -5/+5 |
2009-12-07 | Improved syntax for markdown definition lists. | fiddlosopher | 1 | -1/+1 |
2009-11-03 | Specially mark code blocks that were "literate" in the input. | fiddlosopher | 1 | -1/+1 |
2009-10-04 | Added haddock comments warning that readers assume \n line endings. | fiddlosopher | 1 | -1/+1 |
2009-06-03 | Improved LaTeX reader's coverage of math modes. | fiddlosopher | 1 | -3/+7 |
2009-01-24 | Moved all haskell source to src subdirectory. | fiddlosopher | 1 | -0/+774 |
2007-11-29 | Moved everything from src into the top-level directory. | fiddlosopher | 1 | -652/+0 |
2007-11-10 | Fixed bug in LaTeX reader (pointed out by Mark Eli Kalderon): | fiddlosopher | 1 | -1/+2 |
2007-11-03 | Reverted back to state as of r1062. The template haskell changes | fiddlosopher | 1 | -0/+651 |
2007-11-03 | Use template haskell to avoid the need for templates: | fiddlosopher | 1 | -651/+0 |
2007-10-28 | Modified specialChar in LaTeX reader so that '"' | fiddlosopher | 1 | -1/+3 |
2007-09-02 | LaTeX command and environment names can't contain numbers. | fiddlosopher | 1 | -4/+4 |
2007-08-30 | Fixed bug in LaTeX reader, which wrongly assumed that the | fiddlosopher | 1 | -1/+1 |
2007-08-29 | Cleaned up LaTeX reader. | fiddlosopher | 1 | -24/+24 |
2007-08-28 | Changed definition of 'enclosed' in Text.Pandoc.Shared so that | fiddlosopher | 1 | -1/+1 |
2007-08-18 | Bug fixes in readers: | fiddlosopher | 1 | -1/+2 |
2007-08-15 | LaTeX reader: parse \texttt{} as code, as long as there's | fiddlosopher | 1 | -2/+9 |
2007-08-15 | Major code cleanup in all modules. (Removed unneeded imports, | fiddlosopher | 1 | -305/+231 |
2007-08-08 | Major change in the way ordered lists are handled: | fiddlosopher | 1 | -8/+22 |
2007-08-03 | Added parsing for \url to LaTeX reader. | fiddlosopher | 1 | -1/+6 |
2007-07-28 | Removed examplep specific stuff in LaTeX reader. | fiddlosopher | 1 | -13/+1 |
2007-07-28 | Changes in LaTeX reader to accommodate Pandoc's own use of | fiddlosopher | 1 | -2/+23 |
2007-07-23 | Added support for definition lists to LaTeX reader. | fiddlosopher | 1 | -11/+23 |
2007-07-22 | Added a "try" to the end parser in enclosed (Text.Pandoc.ParserCombinators). | fiddlosopher | 1 | -5/+3 |
2007-07-22 | Added subscript and superscript support to LaTeX reader. | fiddlosopher | 1 | -1/+14 |
2007-07-22 | LaTeX reader: Added clauses for tilde and caret. | fiddlosopher | 1 | -2/+10 |
2007-07-22 | Added support for strikeout (\sout) to latex | fiddlosopher | 1 | -3/+7 |
2007-07-09 | Moved Text.ParserCombinators.Pandoc -> | fiddlosopher | 1 | -1/+1 |
2007-07-07 | Adjusted copyright notices to 2006-7; use | fiddlosopher | 1 | -3/+3 |
2007-04-10 | Extensive changes stemming from a rethinking of the Pandoc data | fiddlosopher | 1 | -16/+7 |
2007-02-15 | Removed followedBy' parser from Text/ParserCombinators/Pandoc, | fiddlosopher | 1 | -1/+1 |
2007-02-12 | Replaced "choice [(try (string ...), ...]" idiom with | fiddlosopher | 1 | -5/+5 |
2007-02-12 | + Added some needed "try"s before multicharacter parsers, | fiddlosopher | 1 | -2/+2 |
2007-01-24 | More smart quote bug fixes: | fiddlosopher | 1 | -1/+6 |
2007-01-22 | Removed 'gsub' entirely and replaced its uses with 'substitute'. | fiddlosopher | 1 | -1/+1 |
2007-01-06 | Merged changes from 'quotes' branch since r431. Smart typography | fiddlosopher | 1 | -22/+52 |
2006-12-21 | Fixed a serious bug in the Markdown reader (also affecting LaTeX | fiddlosopher | 1 | -5/+6 |
2006-12-20 | Added license text to top of source files. | fiddlosopher | 1 | -0/+18 |
2006-12-20 | Changed 'stability' from 'provisional' to 'alpha'. | fiddlosopher | 1 | -1/+1 |