Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-01 | New treatment of dashes in --smart mode. | John MacFarlane | 2 | -4/+4 | |
* `---` is always em-dash, `--` is always en-dash. * pandoc no longer tries to guess when `-` should be en-dash. * A new option, `--old-dashes`, is provided for legacy documents. Rationale: The rules for en-dash are too complex and language-dependent for a guesser to work reliably. This change gives users greater control. The alternative of using unicode isn't very good, since unicode em- and en- dashes are barely distinguishable in a monospace font. | |||||
2011-12-31 | Support for math in RST reader and writer. | John MacFarlane | 3 | -9/+46 | |
Inline math uses the :math:`...` construct. Display math uses .. math:: ... or if multilin .. math:: ... These seem to be supported now by rst2latex.py. | |||||
2011-12-30 | Updated context tests. | John MacFarlane | 1 | -33/+34 | |
2011-12-30 | Updated latex tests. | John MacFarlane | 3 | -6/+18 | |
2011-12-30 | Updated ConTeXt tests. | John MacFarlane | 1 | -67/+68 | |
2011-12-29 | Unicode reference ID in biblio test. | John MacFarlane | 2 | -5/+5 | |
2011-12-29 | Updated tests for changes to HTML note back references. | John MacFarlane | 1 | -5/+5 | |
2011-12-29 | Added 'beamer' as an output format. | John MacFarlane | 3 | -3/+3 | |
Beamer output uses the default LaTeX template, with some customizations via variables. Added `writerBeamer` to `WriterOptions`. Added `--beamer` option to `markdown2pdf`. | |||||
2011-12-28 | Preserve attributes in highlighted HTML. | John MacFarlane | 2 | -2/+2 | |
The container element will have the classes, id, and key-value attributes you specified in the delimited code block. Previously these were stripped off. | |||||
2011-12-27 | Highlighting: Add language as class name. | John MacFarlane | 2 | -2/+2 | |
This restores behavior of 1.8.2.1. Adjusted tests. | |||||
2011-12-27 | Updated tests. | John MacFarlane | 4 | -73/+80 | |
2011-12-27 | Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. | John MacFarlane | 8 | -163/+159 | |
2011-12-22 | Removed highlighting flag. Highlighting support is now standard. | John MacFarlane | 2 | -48/+0 | |
2011-12-20 | Updated s5 tests. | John MacFarlane | 2 | -6/+6 | |
2011-12-18 | HTML writer: Use `<del>` for strikeout. | John MacFarlane | 1 | -1/+1 | |
2011-12-04 | Added blank comment after directives in rst template. | John MacFarlane | 1 | -0/+1 | |
Closes #321. | |||||
2011-12-02 | Shared: Removed unescapeURI, modified escapeURI. | John MacFarlane | 1 | -3/+3 | |
escapeURI now only escapes space characters, leaving unicode characters as they are, instead of converting them to octets and URL-encoding them, as before. This gives more readable URIs. User agents now do the percent-encoding themselves. URIs are no longer unescaped at all on conversion to markdown, asciidoc, rst, org. Closes #349. | |||||
2011-12-02 | Fixed test for style type meta in highlighted html+lhs. | John MacFarlane | 1 | -0/+1 | |
2011-12-01 | Made author/date more consistent in HTML templates. | John MacFarlane | 4 | -10/+10 | |
Authors are now h2, date h3. (Instead of h3/h4, as in the past.) | |||||
2011-11-24 | Mardkown writer tests: Use setext headers for levels 1-2. | John MacFarlane | 6 | -36/+72 | |
2011-11-24 | Changed paths in s5 tests. | John MacFarlane | 2 | -10/+10 | |
2011-11-18 | AsciiDoc: Don't use Roman numerals in ordered lists. | John MacFarlane | 1 | -7/+7 | |
AsiiDoc doesn't support them. | |||||
2011-11-18 | Renamed to AsciiDoc. Fixed display math and escapes. | John MacFarlane | 1 | -14/+14 | |
AsciiDoc does not seem to have consistent escaping rules. | |||||
2011-11-18 | Merge branch 'asciidoc' | John MacFarlane | 2 | -0/+727 | |
2011-11-18 | Updated tests for correct col width. | John MacFarlane | 2 | -19/+18 | |
2011-11-18 | Updated asciidoc test. | John MacFarlane | 1 | -326/+229 | |
The test output still contains some mistakes. | |||||
2011-11-18 | Updated ieee.csl and mhra.csl in test directory. | John MacFarlane | 2 | -504/+686 | |
2011-11-18 | Updated chicago-author-date.csl. | John MacFarlane | 1 | -347/+400 | |
The old version did not work properly for edited volumes with no author. | |||||
2011-11-18 | Supported tables in asciidoc, added table tests. | John MacFarlane | 1 | -1/+71 | |
2011-11-16 | Added an asciidoc writer (partial). | John MacFarlane | 2 | -0/+755 | |
Still TODO: - documentation in README - add default.asciidoc to templates/ - lists - tables - proper escaping - footnotes with blank lines - print separately at end? currently they are just ignored. - fix header (date gives weird result on pandoc README) | |||||
2011-11-12 | Updated writer tests for new version of texmath. | John MacFarlane | 5 | -20/+25 | |
2011-11-09 | Markdown citations: don't strip off initial space in locator. | John MacFarlane | 2 | -2/+2 | |
Previously `[@item1 and nowhere else]` yielded the locator ", and nowhere else", or, with the new citeproc-hs, "and nowhere else". Now it yields " and nowhere else". | |||||
2011-11-09 | Fixed markdown-citations.ieee.txt to use em-dashes for citation ranges. | John MacFarlane | 1 | -1/+1 | |
This is a new feature in citeproc-hs. | |||||
2011-11-08 | Update templates to use Content-Style-Type meta tag. | John MacFarlane | 8 | -0/+8 | |
Closes #337. | |||||
2011-10-02 | HTML slides: only add id to div/section if --section-divs selected. | John MacFarlane | 2 | -4/+4 | |
2011-10-02 | Simplified slide creation in HTML writer. | John MacFarlane | 2 | -4/+4 | |
A horizontal rule now gets transformed into an empty H1 header before 'hierarchicalize' is called. If the document that does not begin with an H1 header, an empty one is provided. This avoids the need for kludgy raw HTML. Also, the 'titleslide' class is added to any section containing just a title: ---- ---- | |||||
2011-08-25 | Updated to use revised context template. | John MacFarlane | 1 | -39/+27 | |
2011-08-20 | ConTeXt writer: Changed 'descr' to 'description', fixed alignment. | John MacFarlane | 1 | -38/+37 | |
2011-08-18 | Fixed ConTeXt writer tests. | John MacFarlane | 1 | -5/+6 | |
2011-08-18 | Fixed opendocument writer test. | John MacFarlane | 1 | -1/+1 | |
2011-07-30 | Changes to tests for new latex templates. | John MacFarlane | 3 | -18/+15 | |
2011-07-29 | Updated lhs tests with CDATA. | John MacFarlane | 2 | -0/+4 | |
2011-07-24 | Docbook writer: Use programlisting for code blocks. | John MacFarlane | 1 | -22/+22 | |
Instead of screen, as before. | |||||
2011-07-24 | Docbook writer: Use CALS tables (instead of XHTML tables). | John MacFarlane | 1 | -364/+394 | |
Reason: Some older docbook software does not work with XHTML tables. Closes #77. | |||||
2011-07-24 | HTML writer: Removed English title on footnote back links. | John MacFarlane | 1 | -5/+5 | |
This is incongruous in non-English documents. | |||||
2011-07-24 | Updated s5 tests. | John MacFarlane | 1 | -1/+3 | |
2011-07-23 | HTML writer: Display author and date after title. | John MacFarlane | 2 | -0/+10 | |
2011-07-23 | Use different hyperref options for xetex. | John MacFarlane | 3 | -3/+24 | |
This fixes problems with unicode bookmarks on xetex. Thanks to CircleCode. | |||||
2011-07-23 | LaTeX writer: New template. | John MacFarlane | 1 | -4/+4 | |
2011-07-22 | Updated tests for new latex templates. | John MacFarlane | 3 | -9/+42 | |