Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-03 | fix autolink by promoting it in the parser list, fix table parabreak | Paul Rivier | 2 | -26/+4 | |
2010-12-03 | more support for Textile reader (explicit links, images), tests and cabal ↵ | Paul Rivier | 3 | -0/+279 | |
entries | |||||
2010-11-28 | Revamped tests, using markdown output instead of HTML. | John MacFarlane | 8 | -257/+136 | |
This is easier to inspect. | |||||
2010-11-28 | Citation tests: removed spurious double-spaces. | John MacFarlane | 3 | -9/+9 | |
2010-11-28 | Updated citation tests to use en-dash between ranges. | John MacFarlane | 3 | -12/+12 | |
2010-11-28 | Fixed spacing bug for reference-style citations. | John MacFarlane | 1 | -1/+1 | |
2010-11-27 | Fixed spacing in ieee citation test. | John MacFarlane | 1 | -2/+2 | |
(Test now fails pending citeproc update.) | |||||
2010-11-27 | Merge branch 'master' into citeproc | John MacFarlane | 1 | -6/+1 | |
2010-11-27 | OpenDocument writer: don't print raw TeX. | John MacFarlane | 1 | -6/+1 | |
2010-11-27 | Removed extra line break from citation test output. | John MacFarlane | 2 | -2/+2 | |
2010-11-27 | Merge branch 'master' into citeproc | John MacFarlane | 3 | -0/+888 | |
2010-11-27 | Minor adjustment in textile test suite. | John MacFarlane | 2 | -2/+0 | |
2010-11-27 | Merge branch 'textile' | John MacFarlane | 3 | -0/+890 | |
Conflicts: README man/man1/pandoc.1.md pandoc.cabal | |||||
2010-11-27 | Use [] for superscripts and subscripts in textile writer. | John MacFarlane | 1 | -2/+2 | |
2010-11-27 | Fixed spacing problems in textile nested lists. | John MacFarlane | 1 | -6/+0 | |
2010-11-26 | Set HOME in RunTests. | John MacFarlane | 1 | -1/+1 | |
Patch from Nathan Gass. | |||||
2010-11-22 | Fixed eol mistake in test. | John MacFarlane | 1 | -1/+1 | |
2010-11-22 | Changed markdown citation tests. | John MacFarlane | 5 | -43/+240 | |
Now the tests are produced in HTML format (so we can see all formatting). Also, we produce them in three different style, chicago-author-date, ieee, and mhra. | |||||
2010-11-21 | Updated markdown-citations test for new citeproc changes. | John MacFarlane | 1 | -2/+3 | |
2010-11-18 | Markdown citation parser improvements and test updates. | John MacFarlane | 2 | -3/+9 | |
Now we handle a suffix after a bare locator, e.g. @item1 [p. 30, suffix] The suffix now includes any punctuation that introduces it. A few tests fail because of problems with citeproc (extra space before the suffix, missing space after comma separating multiple page ranges in the locator). | |||||
2010-11-18 | Markdown reader: Revised parser for new citation syntax. | John MacFarlane | 1 | -5/+5 | |
Suffixes and prefixes are now [Inline]. The locator is separated from the citation key by a blank space. The locator consists of one introductory word and any number of words containing at least one digit. The suffix, if any, is separated from the locator by a comma, and continues til the end of the citation. | |||||
2010-11-13 | Replaced --biblio-file with --bibliography, removed --biblio-format. | John MacFarlane | 1 | -1/+1 | |
Bibliography format is guessed from the file extension of the bibliography. Also, the bibliography entries are now read during option parsing. | |||||
2010-11-12 | Repairs to citation parser + citation test suite. | John MacFarlane | 1 | -7/+7 | |
2010-11-12 | Improvements to test suite for citations. | John MacFarlane | 2 | -4/+5 | |
2010-11-12 | Set LANG in test runner. | John MacFarlane | 1 | -1/+3 | |
2010-11-12 | Added material for citation tests. | John MacFarlane | 7 | -0/+980 | |
Currently they fail with a multibyte error from citeproc-hs when it tries to read locale. | |||||
2010-11-11 | HTML reader: don't parse raw HTML inside <code> tag. | John MacFarlane | 1 | -3/+3 | |
Previously '<code><a>x</a></code>' would be parsed as Code "<a>x</a>", which is not what you want. | |||||
2010-11-09 | Allow HTML comments as inline elements in markdown. | John MacFarlane | 1 | -2/+2 | |
So, aaa <!-- comment --> bbb can be a single paragraph. | |||||
2010-10-26 | Added test for macros. | John MacFarlane | 2 | -1/+9 | |
2010-10-24 | LaTeX & ConTeXt writers: escape [ and ] as {[} and {]}. | John MacFarlane | 2 | -12/+12 | |
This avoids unwanted interpretation as optional arguments in some contexts, which caused the brackets to silently disappear! | |||||
2010-07-22 | Updated s5 tests. | John MacFarlane | 2 | -40/+24 | |
2010-07-22 | Extended --offline to s5. | John MacFarlane | 2 | -516/+14 | |
S5 default is now to include links, rather than a full copy of scripts and stylesheets. | |||||
2010-07-20 | Added amssymb to default latex template. | John MacFarlane | 3 | -3/+3 | |
Resolves github Issue 1. | |||||
2010-07-20 | Made spacing at end of output more consistent. | John MacFarlane | 44 | -61/+5 | |
Previously some of the writers added spurious whitespace. This has been removed, resolving Issue #232. NOTE: If your application combines pandoc's output with other text, for example in a template, you may need to add spacing. For example, a pandoc-generated markdown file will not have a blank line after the final block element. If you are inserting it into another markdown file, you will need to make sure there is a blank line between it and the next block element. | |||||
2010-07-16 | Use default highlighting CSS rather than embedding CSS in templates. | John MacFarlane | 2 | -26/+24 | |
2010-07-15 | Updated pandoc to use css for highlighting-kate 0.2.7. | John MacFarlane | 3 | -179/+147 | |
Note: Update any custom CSS or templates accordingly. | |||||
2010-07-15 | Added --section-divs option. | John MacFarlane | 3 | -1061/+991 | |
+ Header identifiers now get attached to the headers, unless --section-divs is specified, in which case they are added to enclosing divs. By default, the divs are not added. + Resolves Issue #230, #239. | |||||
2010-07-15 | Added --webtex option for HTML math. | John MacFarlane | 1 | -2/+4 | |
+ Added --webtex command-line option, with optional parameter. (Defaults to using google charts API.) + Added WebTeX HTMLMathMethod. + Removed MimeTeX HTMLMathMethod. (WebTeX is generic and subsumes it.) + Modified --mimetex option to use WebTeX. + Thanks to lpeterse for the idea and some of the code. | |||||
2010-07-14 | Improved handling of code in man writer. | John MacFarlane | 1 | -52/+74 | |
+ Inline code is now in monoscpace, not bold. + Code blocks now use .nf (no fill) and .IP (indented paragraph). + Resolves Issue #247. | |||||
2010-07-13 | Put insert-before text before the title h1 in HTML. | John MacFarlane | 1 | -1/+1 | |
+ This is the documented behavior; the insert-before text comes after the <body> tag. + Resolves Issue #241. | |||||
2010-07-12 | Added tests for example lists. | John MacFarlane | 2 | -1/+18 | |
2010-07-06 | Allow language-neutral table captions. | John MacFarlane | 3 | -10/+10 | |
+ Captions may now begin simply with ':', instead of 'Table:' + Captions may now appear either above or below the table. + Resolves Issue #227. | |||||
2010-06-30 | Use unicode for smart punctuation in plain, markdown, rst formats. | John MacFarlane | 3 | -80/+80 | |
2010-05-17 | Added Textile writer module. | John MacFarlane | 3 | -0/+896 | |
2010-05-06 | No longer need to set LANG in RunTests. | John MacFarlane | 1 | -2/+1 | |
2010-04-26 | Man writer: convert math to unicode when possible. | John MacFarlane | 1 | -8/+7 | |
(As in other writers.) | |||||
2010-04-25 | Use texmath's parser in TexMath module. | John MacFarlane | 7 | -139/+30 | |
* This replaces a lot of custom parser code, and expands the tex -> unicode conversion. * The behavior has also changed: if the whole formula can't be converted, the whole formula is left in raw TeX. Previously, pandoc converted parts of the formula to unicode and left other parts in raw TeX. * Added (but not yet exported) readTeXMath', which returns a Maybe. * Updated tests | |||||
2010-04-25 | RunTests: use UTF8 no matter what the locale. | John MacFarlane | 1 | -4/+8 | |
2010-04-10 | Give LaTeX images a maximum width using the prelude only | Max Bolingbroke | 1 | -0/+9 | |
2010-03-23 | Added multilingual URL tests for markdown reader. | John MacFarlane | 2 | -1/+13 | |