aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-08-20If --strict and not --toc, don't include identifiers in headers.fiddlosopher1-1/+3
2007-08-20Formatting changes to freebsd Makefile.fiddlosopher1-2/+2
2007-08-19+ debian/control: add XS-Vcs-{Svn,Browser} fieldsroktas2-1/+3
2007-08-19Changes to freebsd port for 0.41.fiddlosopher2-5/+5
2007-08-19Revised website for 0.41.fiddlosopher1-5/+10
2007-08-19Bump version to 0.41.fiddlosopher2-2/+2
2007-08-19Added signature on changelog.fiddlosopher1-1/+2
2007-08-19Modified debian/changelog.fiddlosopher1-0/+33
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 wasfiddlosopher13-4/+46
2007-08-18Added highlight.css to website.fiddlosopher1-0/+20
2007-08-17Fixed block quote output in markdown writer: previously,fiddlosopher1-4/+4
2007-08-16Put note in INSTALL about the extra xmlns attribute inserted byfiddlosopher1-0/+9
2007-08-15Changed date on README.fiddlosopher1-1/+1
2007-08-15Small website tweak: README.txt, not README-WINDOWS.txt.fiddlosopher1-1/+1
2007-08-15Small changes to website.fiddlosopher1-4/+4
2007-08-15Simplified Makefile install-all and uninstall-all targets.fiddlosopher1-4/+4
2007-08-15Minor tweaks on website (deb description).fiddlosopher1-2/+3
2007-08-15Cosmetic changes.fiddlosopher1-4/+3
2007-08-15Fixed bug in tarball target in Makefile (should be RELNAME insteadfiddlosopher1-1/+1
2007-08-15Added note that deb will work on Ubuntu to website.fiddlosopher1-2/+2
2007-08-15Documented fix for paragraphs starting with (C)fiddlosopher1-1/+6
2007-08-15Brought debian/changelog up to date.fiddlosopher1-0/+4
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-15Changed (C) to a unicode copyright symbol.fiddlosopher1-1/+1
2007-08-15Website improvements.fiddlosopher1-4/+8
2007-08-15Updated PROFILING instructions.fiddlosopher1-0/+3
2007-08-15Updated debian/changelog.fiddlosopher1-29/+76
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher21-2263/+1994
2007-08-08Major change in the way ordered lists are handled:fiddlosopher36-385/+1359
2007-08-03Added parsing for \url to LaTeX reader.fiddlosopher1-1/+6
2007-08-03Use \url{} for autolinks in LaTeX writer.fiddlosopher2-5/+8
2007-07-28Removed test for examplep in markdown2pdf.fiddlosopher1-4/+0
2007-07-28Removed references to examplep package in documentation, andfiddlosopher3-37/+33
2007-07-28For website demo, don't use 2-column latex, as thefiddlosopher1-3/+3
2007-07-28Brought test suite up to date.fiddlosopher25-41/+64
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-28Changed [URL] to [url] in description of --asciimathml option.fiddlosopher1-3/+3
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