Age | Commit message (Expand) | Author | Files | Lines |
2007-08-15 | Major code cleanup in all modules. (Removed unneeded imports, | fiddlosopher | 21 | -2263/+1994 |
2007-08-08 | Major change in the way ordered lists are handled: | fiddlosopher | 36 | -385/+1359 |
2007-08-03 | Added parsing for \url to LaTeX reader. | fiddlosopher | 1 | -1/+6 |
2007-08-03 | Use \url{} for autolinks in LaTeX writer. | fiddlosopher | 2 | -5/+8 |
2007-07-28 | Removed test for examplep in markdown2pdf. | fiddlosopher | 1 | -4/+0 |
2007-07-28 | Removed references to examplep package in documentation, and | fiddlosopher | 3 | -37/+33 |
2007-07-28 | For website demo, don't use 2-column latex, as the | fiddlosopher | 1 | -3/+3 |
2007-07-28 | Brought test suite up to date. | fiddlosopher | 25 | -41/+64 |
2007-07-28 | Changes to Markdown reader: | fiddlosopher | 1 | -6/+7 |
2007-07-28 | Removed examplep specific stuff in LaTeX reader. | fiddlosopher | 1 | -13/+1 |
2007-07-28 | LaTeX writer: | fiddlosopher | 1 | -12/+14 |
2007-07-28 | Removed examplep from LaTeX header. | fiddlosopher | 1 | -1/+0 |
2007-07-28 | Use 11pt font by default in ConTeXt header. | fiddlosopher | 1 | -1/+1 |
2007-07-28 | Changed [URL] to [url] in description of --asciimathml option. | fiddlosopher | 1 | -3/+3 |
2007-07-28 | Cleaned up and fixed autolinks in RST. All that's needed | fiddlosopher | 1 | -12/+12 |
2007-07-28 | Don't put autolinks in typewriter font in ConTeXt, since | fiddlosopher | 1 | -0/+2 |
2007-07-28 | Fixed problems with obfuscateLink introduced by last round | fiddlosopher | 1 | -14/+11 |
2007-07-28 | Changes in LaTeX reader to accommodate Pandoc's own use of | fiddlosopher | 1 | -2/+23 |
2007-07-28 | Main: Changed putStr to putStrLn -- mainly because MacOS doesn't display | fiddlosopher | 1 | -1/+1 |
2007-07-28 | Man page writer: modified treatment of autolinks, | fiddlosopher | 1 | -1/+1 |
2007-07-28 | LaTeX writer: include fancyvrb and \VerbatimFootnotes | fiddlosopher | 1 | -4/+4 |
2007-07-28 | Makefile: instead of testing for existence of pandoc | fiddlosopher | 1 | -4/+2 |
2007-07-28 | Simplified HTML writer's treatment of autolinks. | fiddlosopher | 1 | -8/+8 |
2007-07-28 | Updated testsuite.native - autolinks should have the | fiddlosopher | 1 | -2/+2 |
2007-07-28 | LaTeX writer tests updated, | fiddlosopher | 2 | -13/+14 |
2007-07-28 | Make URLs and emails in autolinks appear as Code. | fiddlosopher | 4 | -11/+11 |
2007-07-28 | Fixed a bug in Docbook writer: email links with text were being | fiddlosopher | 1 | -1/+6 |
2007-07-28 | Reinstated dependence on fancyvrb. It is compatible with examplep. | fiddlosopher | 3 | -13/+29 |
2007-07-28 | Changed LaTeX writer to use the examplep package instead | fiddlosopher | 7 | -58/+59 |
2007-07-27 | Use ` as default character for \verb in LaTeX output. | fiddlosopher | 2 | -7/+7 |
2007-07-27 | Use HTML version of README in OSX installer, instead | fiddlosopher | 1 | -1/+1 |
2007-07-26 | Brought changelog up to date. | fiddlosopher | 1 | -0/+2 |
2007-07-26 | Include empty \author{} in LaTeX preamble if no | fiddlosopher | 1 | -4/+2 |
2007-07-26 | Fixes in LaTeX writer: | fiddlosopher | 2 | -8/+7 |
2007-07-26 | Updated copyright date and debian changelog. | fiddlosopher | 2 | -2/+12 |
2007-07-26 | Updated documentation on ASCIIMathML.js. | fiddlosopher | 2 | -19/+18 |
2007-07-26 | Changed how ASCIIMathML is handled: | fiddlosopher | 3 | -11/+28 |
2007-07-26 | Modified fancy s5 test in light of asciiMathML changes. | fiddlosopher | 1 | -735/+735 |
2007-07-24 | Copyright date change - README. | fiddlosopher | 1 | -1/+1 |
2007-07-24 | README: Use definition list for command-line options. | fiddlosopher | 1 | -120/+136 |
2007-07-24 | CSS changes in website: better display of definition | fiddlosopher | 1 | -0/+7 |
2007-07-24 | README: Added missing ~ after '~a\ cat' in subscript example. | fiddlosopher | 1 | -1/+1 |
2007-07-24 | Fixed bug in TOC generation in HTML writer (regression, | fiddlosopher | 1 | -1/+1 |
2007-07-24 | Website: add feature "Markdown inside HTML blocks." | fiddlosopher | 1 | -1/+2 |
2007-07-23 | LaTeX writer: Make sure \VerbatimFootnotes goes after the | fiddlosopher | 1 | -8/+10 |
2007-07-23 | Use README instead of README.rtf in Welcome page of | fiddlosopher | 1 | -2/+2 |
2007-07-23 | Modified myheader.tex in website in light of changes | fiddlosopher | 1 | -9/+0 |
2007-07-23 | Added quotes around attribute in ASCIIMathML link example | fiddlosopher | 1 | -1/+1 |
2007-07-23 | In HTML reader, filter Nulls in lists of blocks. (These can | fiddlosopher | 1 | -2/+2 |
2007-07-23 | Fixed bug in spanStrikeout: case was not exhaustive. | fiddlosopher | 1 | -1/+1 |