summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Bug fixes in readers:fiddlosopher2007-08-18
* + Fixed bug in markdown ordered list parsing. The problem wasfiddlosopher2007-08-18
* Added highlight.css to website.fiddlosopher2007-08-18
* Fixed block quote output in markdown writer: previously,fiddlosopher2007-08-17
* Put note in INSTALL about the extra xmlns attribute inserted byfiddlosopher2007-08-16
* Changed date on README.fiddlosopher2007-08-15
* Small website tweak: README.txt, not README-WINDOWS.txt.fiddlosopher2007-08-15
* Small changes to website.fiddlosopher2007-08-15
* Simplified Makefile install-all and uninstall-all targets.fiddlosopher2007-08-15
* Minor tweaks on website (deb description).fiddlosopher2007-08-15
* Cosmetic changes.fiddlosopher2007-08-15
* Fixed bug in tarball target in Makefile (should be RELNAME insteadfiddlosopher2007-08-15
* Added note that deb will work on Ubuntu to website.fiddlosopher2007-08-15
* Documented fix for paragraphs starting with (C)fiddlosopher2007-08-15
* Brought debian/changelog up to date.fiddlosopher2007-08-15
* LaTeX reader: parse \texttt{} as code, as long as there'sfiddlosopher2007-08-15
* Fixed bug in normalizeSpaces: Space:Str "":Spacefiddlosopher2007-08-15
* Allow htmlComments as rawHtmlInline in HTML reader.fiddlosopher2007-08-15
* Changed (C) to a unicode copyright symbol.fiddlosopher2007-08-15
* Website improvements.fiddlosopher2007-08-15
* Updated PROFILING instructions.fiddlosopher2007-08-15
* Updated debian/changelog.fiddlosopher2007-08-15
* Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher2007-08-15
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* Added parsing for \url to LaTeX reader.fiddlosopher2007-08-03
* Use \url{} for autolinks in LaTeX writer.fiddlosopher2007-08-03
* Removed test for examplep in markdown2pdf.fiddlosopher2007-07-28
* Removed references to examplep package in documentation, andfiddlosopher2007-07-28
* For website demo, don't use 2-column latex, as thefiddlosopher2007-07-28
* Brought test suite up to date.fiddlosopher2007-07-28
* Changes to Markdown reader:fiddlosopher2007-07-28
* Removed examplep specific stuff in LaTeX reader.fiddlosopher2007-07-28
* LaTeX writer:fiddlosopher2007-07-28
* Removed examplep from LaTeX header.fiddlosopher2007-07-28
* Use 11pt font by default in ConTeXt header.fiddlosopher2007-07-28
* Changed [URL] to [url] in description of --asciimathml option.fiddlosopher2007-07-28
* Cleaned up and fixed autolinks in RST. All that's neededfiddlosopher2007-07-28
* Don't put autolinks in typewriter font in ConTeXt, sincefiddlosopher2007-07-28
* Fixed problems with obfuscateLink introduced by last roundfiddlosopher2007-07-28
* Changes in LaTeX reader to accommodate Pandoc's own use offiddlosopher2007-07-28
* Main: Changed putStr to putStrLn -- mainly because MacOS doesn't displayfiddlosopher2007-07-28
* Man page writer: modified treatment of autolinks,fiddlosopher2007-07-28
* LaTeX writer: include fancyvrb and \VerbatimFootnotesfiddlosopher2007-07-28
* Makefile: instead of testing for existence of pandocfiddlosopher2007-07-28
* Simplified HTML writer's treatment of autolinks.fiddlosopher2007-07-28
* Updated testsuite.native - autolinks should have thefiddlosopher2007-07-28
* LaTeX writer tests updated,fiddlosopher2007-07-28
* Make URLs and emails in autolinks appear as Code.fiddlosopher2007-07-28
* Fixed a bug in Docbook writer: email links with text were beingfiddlosopher2007-07-28
* Reinstated dependence on fancyvrb. It is compatible with examplep.fiddlosopher2007-07-28