Minor changelog changes.
This commit is contained in:
parent
7b56b94095
commit
89daf06dd2
1 changed files with 3 additions and 1 deletions
|
@ -71,6 +71,8 @@ pandoc (1.6)
|
|||
'--offline'.
|
||||
+ Added slidy/slidy.min.{css,js}.
|
||||
|
||||
* Cause horizontal rules to start a new slide in s5 and slidy.
|
||||
|
||||
* Added grid tables for markdown.
|
||||
+ Moved generic grid table functions from RST reader -> Parsing.
|
||||
Here they can be used by the Markdown reader as well.
|
||||
|
@ -91,7 +93,7 @@ pandoc (1.6)
|
|||
+ Removed writerIncludeBefore & writerIncludeAfter (no
|
||||
longer used with the new templating system).
|
||||
|
||||
* Added HTMLSlideVariant (Text.Pandoc.Shared).
|
||||
* Added HTMLSlideVariant (Text.Pandoc.Parsing).
|
||||
|
||||
* Made KeyTable a map instead of an association list.
|
||||
+ This affects the RST and Markdown readers.
|
||||
|
|
Loading…
Reference in a new issue