aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-08-26Don't countfiddlosopher1-0/+1
2007-08-25Fixed bug in LaTeX writer. When a footnote ends with a Verbatimfiddlosopher1-1/+3
2007-08-23Removed incorrect "{}" around style information infiddlosopher1-2/+2
2007-08-23Bumped version numbers to 0.42 in anticipation of nextfiddlosopher1-1/+1
2007-08-23Added new rule for enhanced markdown ordered lists: if the list markerfiddlosopher1-6/+9
2007-08-23Use UTF8 conversion on the extra files loaded in Main.hsfiddlosopher1-4/+4
2007-08-22Added a needed 'try' to listItem in Markdown reader.fiddlosopher1-1/+1
2007-08-20Code cleanup in Markdown reader.fiddlosopher1-27/+18
2007-08-20Changes to Markdown reader for better conformity to thefiddlosopher1-6/+12
2007-08-20If --strict and not --toc, don't include identifiers in headers.fiddlosopher1-1/+3
2007-08-19Bump version to 0.41.fiddlosopher1-1/+1
2007-08-19Refactor RST and Markdown readers using parseFromString.fiddlosopher2-28/+7
2007-08-19Added a necessary "try" in definition of "para"fiddlosopher1-1/+2
2007-08-18Bug fixes in readers:fiddlosopher2-7/+20
2007-08-18+ Fixed bug in markdown ordered list parsing. The problem wasfiddlosopher2-4/+6
2007-08-17Fixed block quote output in markdown writer: previously,fiddlosopher1-4/+4
2007-08-15Cosmetic changes.fiddlosopher1-4/+3
2007-08-15LaTeX reader: parse \texttt{} as code, as long as there'sfiddlosopher1-2/+9
2007-08-15Fixed bug in normalizeSpaces: Space:Str "":Spacefiddlosopher1-0/+1
2007-08-15Allow htmlComments as rawHtmlInline in HTML reader.fiddlosopher1-2/+3
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher20-2260/+1993
2007-08-08Major change in the way ordered lists are handled:fiddlosopher16-178/+494
2007-08-03Added parsing for \url to LaTeX reader.fiddlosopher1-1/+6
2007-08-03Use \url{} for autolinks in LaTeX writer.fiddlosopher1-2/+5
2007-07-28Removed test for examplep in markdown2pdf.fiddlosopher1-4/+0
2007-07-28Changes to Markdown reader:fiddlosopher1-6/+7
2007-07-28Removed examplep specific stuff in LaTeX reader.fiddlosopher1-13/+1
2007-07-28LaTeX writer:fiddlosopher1-12/+14
2007-07-28Removed examplep from LaTeX header.fiddlosopher1-1/+0
2007-07-28Use 11pt font by default in ConTeXt header.fiddlosopher1-1/+1
2007-07-28Cleaned up and fixed autolinks in RST. All that's neededfiddlosopher1-12/+12
2007-07-28Don't put autolinks in typewriter font in ConTeXt, sincefiddlosopher1-0/+2
2007-07-28Fixed problems with obfuscateLink introduced by last roundfiddlosopher1-14/+11
2007-07-28Changes in LaTeX reader to accommodate Pandoc's own use offiddlosopher1-2/+23
2007-07-28Main: Changed putStr to putStrLn -- mainly because MacOS doesn't displayfiddlosopher1-1/+1
2007-07-28Man page writer: modified treatment of autolinks,fiddlosopher1-1/+1
2007-07-28LaTeX writer: include fancyvrb and \VerbatimFootnotesfiddlosopher1-4/+4
2007-07-28Simplified HTML writer's treatment of autolinks.fiddlosopher1-8/+8
2007-07-28Make URLs and emails in autolinks appear as Code.fiddlosopher4-11/+11
2007-07-28Fixed a bug in Docbook writer: email links with text were beingfiddlosopher1-1/+6
2007-07-28Reinstated dependence on fancyvrb. It is compatible with examplep.fiddlosopher1-9/+24
2007-07-28Changed LaTeX writer to use the examplep package insteadfiddlosopher3-20/+19
2007-07-27Use ` as default character for \verb in LaTeX output.fiddlosopher1-1/+1
2007-07-26Include empty \author{} in LaTeX preamble if nofiddlosopher1-4/+2
2007-07-26Fixes in LaTeX writer:fiddlosopher1-5/+5
2007-07-26Changed how ASCIIMathML is handled:fiddlosopher3-11/+28
2007-07-24Fixed bug in TOC generation in HTML writer (regression,fiddlosopher1-1/+1
2007-07-23LaTeX writer: Make sure \VerbatimFootnotes goes after thefiddlosopher1-8/+10
2007-07-23In HTML reader, filter Nulls in lists of blocks. (These canfiddlosopher1-2/+2
2007-07-23Fixed bug in spanStrikeout: case was not exhaustive.fiddlosopher1-1/+1