1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-27 00:36:14 +02:00

Update ChangeLog and README

This commit is contained in:
Elisabeth Henry 2016-12-21 13:04:49 +01:00
parent cd160dd386
commit b05ba7954c
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,8 @@ ChangeLog
* New options:
* `epub.toc.extras`, set to `true` by default, will add links to the
title and the cover (if it is set) in the table of contents.
* `rendering.roman_numerals`, if set to `true`, will display chapter
numbers using roman numerals (still experimental).
* Bugfixes:
* EPUB:
* Fix duplicate HTML escaping (resulting in e.g. "&" instead

View File

@ -203,6 +203,7 @@ library, Crowbook uses the following libraries:
* [lazy_static](https://crates.io/crates/lazy_static)
* [regex](https://crates.io/crates/regex)
* [term](https://crates.io/crates/term)
* [numerals](https://crates.io/crates/numerals)
It also embeds [Highlight.js](https://highlightjs.org/) in HTML output
to enable syntax highlighting for code blocks.