Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-13 | Added tests for markdown line blocks and explicit header attributes. | John MacFarlane | 2 | -1/+20 | |
2013-01-13 | RST reader: Line block improvements. | John MacFarlane | 3 | -5/+5 | |
* Use nonbreaking spaces for initial indent (otherwise lost in HTML and LaTeX). * Allow multiple paragraphs in a single line block. | |||||
2013-01-13 | Use line block in RST writer when a paragraph contains linebreaks. | John MacFarlane | 1 | -2/+2 | |
Previously linebreaks weren't supported in RST, since RST has no native linebreak construct. | |||||
2013-01-12 | Escape `|` as `\vert` in LaTeX math. | John MacFarlane | 1 | -0/+4 | |
This avoids a clash with highlighting-kate's macros, which redefine | as a short verbatim delimiter. Thanks to Björn Peemöller for raising this issue. | |||||
2013-01-12 | Fixed/simplified diff output for tests. | John MacFarlane | 1 | -13/+8 | |
2013-01-09 | Added Attr field to Header. | John MacFarlane | 19 | -297/+339 | |
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-07 | Updated tests for tight/loose lists. | John MacFarlane | 4 | -37/+67 | |
Taking into account new context/latex output, and fixing some bugs in the test suite Tests.Helpers and Tests.Writers.ConTeXt. (We had the wrong order of expected/actual in the diff output.) | |||||
2013-01-06 | Don't put the text of an autolink in Code font. | John MacFarlane | 17 | -43/+42 | |
2013-01-06 | Mediawiki reader: interpret HTML in verbatim contexts as text. | John MacFarlane | 1 | -1/+1 | |
Thanks to Jeff Runningen for reporting that mediawiki works this way. | |||||
2013-01-05 | Updated table tests for latex writer changes. | John MacFarlane | 1 | -40/+40 | |
2013-01-04 | MediaWiki writer: use `<code>` not `<tt>` for Code. | John MacFarlane | 1 | -7/+7 | |
2013-01-04 | Added css to preserve spaces in <code> tags. | John MacFarlane | 6 | -0/+6 | |
Thanks to Dirk Laurie. | |||||
2013-01-04 | Updated tests for latest highlighting-kate version. | John MacFarlane | 2 | -2/+2 | |
2013-01-03 | Added tests for implicit header references. | John MacFarlane | 2 | -1/+21 | |
2013-01-03 | Updated test runner for changes in pandoc. | John MacFarlane | 1 | -6/+6 | |
2013-01-02 | Fixed test suite to use Diff 0.2 API. | John MacFarlane | 1 | -7/+7 | |
2012-11-06 | Textile reader/writer: Fixed autolinks. | John MacFarlane | 3 | -6/+6 | |
Previously the textile reader and writer incorrectly implented RST-style autolinks for URLs and email addresses. This has been fixed. Now an autolink is done this way: "$":http://myurl.com | |||||
2012-11-04 | RST writer: Don't add ":align: center" to figures. | John MacFarlane | 1 | -1/+0 | |
2012-10-28 | Removed citationSuppressParens. | John MacFarlane | 2 | -2/+2 | |
Makefile: Use citeproc-0.3.6 release. | |||||
2012-10-22 | LaTeX reader: Initialize citationSuppressParens field. | John MacFarlane | 2 | -2/+3 | |
2012-10-21 | Revert "LaTeX reader: Use new suppressParens option for footnote citations." | John MacFarlane | 1 | -7/+6 | |
This reverts commit 7499499b68934ae6f3418940328c7fc2bd9fcadd. Conflicts: src/Text/Pandoc/Readers/LaTeX.hs | |||||
2012-10-21 | Revert "Adjust LaTeX reader test for last change." | John MacFarlane | 1 | -1/+1 | |
This reverts commit ea34087cde44bc941ef0280d10de775a8c7e5426. | |||||
2012-10-20 | Updated lhs-test.latex for new highlighting-kate treatment of `. | John MacFarlane | 1 | -1/+1 | |
2012-10-15 | Adjust LaTeX reader test for last change. | John MacFarlane | 1 | -1/+1 | |
2012-10-15 | LaTeX reader: Use new suppressParens option for footnote citations. | John MacFarlane | 1 | -6/+7 | |
Also changed Biblio, Markdown reader, and LaTeX reader tests because of new citationSuppressParens field in Citation. | |||||
2012-10-13 | Textile reader: Fixed bug with list items containing line breaks. | John MacFarlane | 2 | -0/+10 | |
Now pandoc correctly handles hard line breaks inside list items. Previously they broke list parsing. Thanks to Pablo Rodríguez for pointing out the problem. | |||||
2012-10-10 | LaTeX reader: Better support for citation commands. | John MacFarlane | 1 | -1/+1 | |
* Make `\cite` etc. an AuthorInText. * Make `\footcite` etc. into citations in notes. | |||||
2012-10-05 | Textile reader: Implemented comment blocks. | John MacFarlane | 2 | -1/+11 | |
2012-10-04 | Updated mediawiki writer test for `<br />` change. | John MacFarlane | 1 | -2/+1 | |
2012-09-30 | RST reader: Consolidate super/subscript, math into interpretedRole. | John MacFarlane | 1 | -1/+1 | |
2012-09-30 | RST reader: Consolidated rawBlock into directive. | John MacFarlane | 1 | -3/+3 | |
2012-09-29 | Renamed removedLeadingTrailingSpace to trim. | John MacFarlane | 1 | -2/+2 | |
Also removeLeadingSpace to triml, removeTrailingSpace to trimr. | |||||
2012-09-29 | RST reader: Consolidated math block parsers into directive. | John MacFarlane | 1 | -2/+2 | |
2012-09-27 | RST reader: Use Text.Pandoc.Builder. | John MacFarlane | 2 | -125/+125 | |
This will give us more flexibility in the future. It also gives built-in normalization. Performance slightly better. | |||||
2012-09-27 | RST reader: Support :target: on image substitutions. | John MacFarlane | 2 | -0/+7 | |
2012-09-26 | RST reader: Support :target: on .. image:: blocks. | John MacFarlane | 1 | -2/+2 | |
Still not supported on substitution definitions. | |||||
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-24 | Texinfo writer: Fixed internal cross-references. | John MacFarlane | 1 | -26/+67 | |
Now we insert anchors after each header, and use @ref instead of @uref for links. Commas are now escaped as @comma{} only when needed; previously all commas were escaped. (This change is needed, in part, because @ref commands must be followed by a real comma or period.) Also insert a blank line in from of @verbatim environments. | |||||
2012-09-22 | Markdown reader: Fixed link parser to avoid exponential slowdowns. | John MacFarlane | 1 | -0/+2 | |
Previously the parser would hang on input like this: [[[[[[[[[[[[[[[[[[hi We fixed this by making the link parser parser characters between balanced brackets (skipping brackets in inline code spans), then parsing the result as an inline list. One change is that [hi *there]* bud](/url) is now no longer parsed as a link. But in this respect pandoc behaved differently from most other implementations anyway, so that seems okay. All current tests pass. Added test for this case. Closes #620. | |||||
2012-09-22 | LaTeX reader: Added a 'try' in rawLaTeXBlock. | John MacFarlane | 1 | -0/+4 | |
This allows the markdown reader to treat '\begin' (not followed by an argument) as a raw string rather than erroring out when it doesn't find a '{'. Closes #622. | |||||
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-16 | LaTeX writer: Don't rely on the enumerate package. | John MacFarlane | 1 | -24/+34 | |
Instead, use standard LaTeX commands to change numbering style. | |||||
2012-09-16 | LaTeX writer: Properly escape strings inside \url{}. | John MacFarlane | 1 | -1/+1 | |
Closes #576. | |||||
2012-09-16 | Merge pull request #596 from dlax/rst-fieldlists | John MacFarlane | 1 | -1/+2 | |
improvements to rst reader for field lists | |||||
2012-09-15 | MediaWiki reader: Allow table in table cell. | John MacFarlane | 2 | -0/+33 | |
2012-09-15 | LaTeX writer: don't escape _ in url. | John MacFarlane | 1 | -1/+1 | |
2012-09-15 | LaTeX writer: Don't use \endhead with longtable. | John MacFarlane | 1 | -5/+5 | |
It causes the heading to be a different size form the body, sometimes. | |||||
2012-09-15 | Revised latex writer tests to use longtable. | John MacFarlane | 1 | -57/+51 | |
2012-09-15 | MediaWiki reader: Added test case for templates in list item. | John MacFarlane | 2 | -2/+5 | |
2012-09-15 | MediaWiki reader: Added test for ref. | John MacFarlane | 2 | -1/+7 | |