Updated changelog.
This commit is contained in:
parent
75695b1817
commit
44c762e305
1 changed files with 10 additions and 0 deletions
10
changelog
10
changelog
|
@ -106,6 +106,14 @@ pandoc (1.16)
|
|||
* Haddock writer: omit formatting inside links, which isn't supported
|
||||
by Haddock (#2515).
|
||||
|
||||
* MediaWiki writer: Fixed spacing issues in table cells.
|
||||
|
||||
+ Start cell on new line unless it's a single Para or Plain
|
||||
(#2606).
|
||||
+ For single Para or Plain, insert a space after the `|` to
|
||||
avoid problems when the text begins with a character like
|
||||
`-` (#2604).
|
||||
|
||||
* Beamer writer: mark frame as fragile when it contains verbatim (#1613).
|
||||
|
||||
* LaTeX writer:
|
||||
|
@ -133,6 +141,8 @@ pandoc (1.16)
|
|||
* Markdown writer: use raw HTML for link/image attributes when
|
||||
the `link_attributes` extension is unset and `raw_html` is set (#2554).
|
||||
|
||||
* MediaWiki reader: interpret markup inside `<tt>`, `<code>` (#2607).
|
||||
|
||||
* LaTeX reader:
|
||||
|
||||
+ Improved smart quote parsing (#2555). This fixes redering of
|
||||
|
|
Loading…
Add table
Reference in a new issue