1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-06-21 11:19:08 +02:00

Update Changelog

This commit is contained in:
Elisabeth Henry 2017-03-27 15:31:45 +02:00
parent 2c1cac6349
commit 7cde9394d2

View File

@ -3,6 +3,10 @@ ChangeLog
unreleased
-------------
* Book configuration file:
* It is now possible to include subchapters using the `--` command
(with one dash per sublvel: `--- foo.md` will include `foo.md` as
a subsection).
* Markdown:
* Added support for superscript and subscript features, using
respectively `foo^up^` or `bar~down~` syntax.
@ -19,6 +23,8 @@ unreleased
* Rendering:
* Change the way chapters are displayed by default.
* Bugfixes:
* LaTeX:
* Fix bug in syntax highlighting.
* EPUB:
* Add unnamed but numbered chapters to the TOC.
* Fix HTML escaping issue for chapter titles.