Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
John MacFarlane committed Mar 17, 2013
1 parent 835deee commit 5976fbb
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions changelog
Expand Up @@ -10,18 +10,19 @@ pandoc (1.11.1)
paragraphs. The unmatched quotes now get turned into literal paragraphs. The unmatched quotes now get turned into literal
left double quotes. (No `Quoted` inline is generated, however.) left double quotes. (No `Quoted` inline is generated, however.)
Closes #99 (again). Closes #99 (again).


* Markdown writer: * HTML writer: Fixed numbering mismatch between TOC and sections.

`--number-offset` now affects TOC numbering as well
+ Fixed numbering mismatch between TOC and sections in as section numbering, as it should have all along. Closes #789.
HTML. `--number-offset` now affects TOC numbering as well
as section numbering, as it should have all along. Closes #789. * Markdown writer: Reverted 1.11 change that caused citations to be rendered
+ Omit bibliography when `citations` enabled. In 1.11, citations as markdown citations, even if `--bibliography` was specified, unless
would be rendered as pandoc markdown citations, but the bibliography `citation` extension is disabled. Now, formatted citations are always
would still be printed. We avoid that by adding a printed if `--bibliography` was specified. If you want to reformat
`RawBlock "pandoc" "references"` block before the references. markdown keeping pandoc markdown citations intact, don't use
This allows the markdown writer to find the references `--bibliography`. Note that citations parsed from LaTeX documents will
and strip them off when `citations` is enabled. be rendered as pandoc markdown citations when `--bibliography` is not
specified.


* ODT writer: Fixed regression leading to corrupt ODTs. * ODT writer: Fixed regression leading to corrupt ODTs.
This was due to a change in the `Show` instance for This was due to a change in the `Show` instance for
Expand Down

0 comments on commit 5976fbb

Please sign in to comment.