Updaet changelog.
This commit is contained in:
parent
eae7904853
commit
49c395e390
1 changed files with 9 additions and 2 deletions
11
changelog
11
changelog
|
@ -19,8 +19,9 @@ pandoc (2.1.1)
|
|||
math may contain line breaks. If it does, we put the math in an
|
||||
`aligned` environment to simulate `rst2latex.py`'s behavior.
|
||||
|
||||
* HTML reader: Fix col width parsing for percentages < 10% (#4262,
|
||||
n3fariox).
|
||||
* HTML reader:
|
||||
|
||||
+ Fix col width parsing for percentages < 10% (#4262, n3fariox).
|
||||
|
||||
* LaTeX reader:
|
||||
|
||||
|
@ -51,6 +52,11 @@ pandoc (2.1.1)
|
|||
contains a simple parsec parser. At the moment, only simple hyperlink
|
||||
fields are accepted, but that can be extended in the future.
|
||||
|
||||
* Muse reader (Alexander Krotov):
|
||||
|
||||
+ Parse `~~` as non-breaking space in Text::Amuse mode.
|
||||
+ Refactor list parsing.
|
||||
|
||||
* Powerpoint writer (Jesse Rosenthal):
|
||||
|
||||
+ Change reference to `notesSlide` to `endNotesSlide`.
|
||||
|
@ -100,6 +106,7 @@ pandoc (2.1.1)
|
|||
they're in. We make the `envCurSlideId` available to blocks.
|
||||
+ Move `curSlideId` to environment.
|
||||
+ Allow setting `toc-title` in metadata.
|
||||
+ Link notes to endnotes slide.
|
||||
|
||||
* Markdown writer:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue