Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-07 | Markdown writer: Render citations as pandoc-markdown citations. | John MacFarlane | 1 | -2/+2 | |
Previously citations were rendered as citeproc-formatted citations by default. Now we render them as pandoc citations, e.g. `[@item1]`, unless the `citations` extension is disabled. If you still want formatted citations in your markdown output, use `pandoc -t markdown-citations`. | |||||
2013-01-09 | Added Attr field to Header. | John MacFarlane | 1 | -1/+4 | |
Previously header ids were autogenerated by the writers. Now they are generated (unless supplied explicitly) in the markdown parser, if the `header_identifiers` extension is selected. In addition, the textile reader now supports id attributes on headers. | |||||
2013-01-03 | Updated test runner for changes in pandoc. | John MacFarlane | 1 | -6/+6 | |
2012-09-25 | Removed need for utf8-string package. | John MacFarlane | 1 | -2/+2 | |
* Depend on text. * Expose Text.Pandoc.UTF8. * Text.Pandoc.UTF8 now exports toString, fromString, toStringLazy, fromStringLazy. * These are used instead of the old utf8-string functions. | |||||
2012-09-21 | Tests.Old: Set TMP to ".". | John MacFarlane | 1 | -1/+1 | |
Otherwise TMP is unset and, on Windows, C:\Windows is used by default, leading to permission violations. | |||||
2012-09-12 | Added basic mediawiki reader. | John MacFarlane | 1 | -1/+6 | |
Text.Pandoc.Readers.MediaWiki module, tests/mediawiki-reader.{txt,native}. | |||||
2012-07-26 | Moved WriterOptions and associated types Shared -> Options. | John MacFarlane | 1 | -2/+3 | |
2012-07-26 | Moved tests to tests/, modified cabal file so lib isn't recompiled. | John MacFarlane | 1 | -0/+226 | |
2011-01-29 | Moved tests to src. | John MacFarlane | 1 | -201/+0 | |
2011-01-29 | Added biblatex citation tests to Tests.Readers.LaTeX. | John MacFarlane | 1 | -19/+1 | |
Removed old biblatex-citations.latex. | |||||
2011-01-29 | Added natbib citation tests to Tests.Readers.LaTeX. | John MacFarlane | 1 | -1/+0 | |
Removed old tests/natbib-citations.latex. | |||||
2011-01-22 | Put dashed lines around diff results in Old test. | John MacFarlane | 1 | -2/+5 | |
2011-01-20 | Updated tests for new native format. | John MacFarlane | 1 | -1/+2 | |
2011-01-16 | Replaced --no-citeproc with --natbib in tests. | John MacFarlane | 1 | -3/+3 | |
2011-01-13 | Adjusted source to 80-column limit. | John MacFarlane | 1 | -59/+83 | |
2011-01-12 | Merge branch 'tests' of github.com:xabbu42/pandoc into tests | Nathan Gass | 1 | -3/+6 | |
2011-01-12 | Reordered test files. | Nathan Gass | 1 | -0/+189 | |