- Fix
serve
command, broken by1.4.2
- Add nicer
dark
theme :)
- Force
process.exit
after builds, to prevent (possibly) lingering plugins
- Fix command 'install' without arguments
- Add command
gitbook install
to install plugins from book.json package.json
is no longer necessary
- Add glossary to ebooks
- Fix autocover with new hook "finish:before"
- Add X-UA-Compatible meta tag for IE
- Fix parsing of lexed content using the client library
- ePub files are now passing validation from epubcheck
- Fix replacement of multiple glossary terms in a single sentence
- Fix on windows deep relative links
- Fix search indexer
- Fix error with links in markdown
- Bundle gitbook parsing library as a client side library in
gitbook.js
andgitbook.min.js
- Improvements on ebook generation
- Fix incorrect follow of links in ebook generation
- Move Table of Contents at the beginning of the ebook
- Update to last highlight.js (includes Swift)
- Includes of templates and variables (from book.json)
- Rewrite quiz logic to be more robust
- Improve integration of glossary
- Improve generation of ebook by using a multiple HTML pages input source
- Fix incorrect page breaks after h1 and h2 divs
- New options to set header and footer in PDF generation
- Plugins can now extend the ebook generation (pdf, epub, mobi)
- Update
kramed
to version 0.4.3
- Update
mathjax
plugin and MathJAx to version 2.4 - Update
highlight.js
to 8.2.0
- Update
mathjax
plugin, fixes issues with inline math rendering (no longer wanted)
- New inline math convention (kramdown's), using
$$
rather than$
as delimiters - Fix instapaper sharing
- The
exercises
&quizzes
plugins are now by default
- New design
- Support for glossary
- Support for sharing to instapaper
- Support for footnotes
- Update
fs-extra
to0.10.0
(fixes potential race conditions)
- Add page break in ebook (pdf, epub, mobi) between chapters/articles
- Start using kramed instead of marked
- Fix display of inline math
- Switch to graceful-fs to fix EMFILE errors
- Add sharing to weibo.com
- Support generating a plugin's book info dynamically
- Improve navigation on dark theme
- Improve path normalization when parsing SUMMARY.md
- Generate header id the same as github
- Custom links can be added at top of sidebar
- Summary can now be transformed by plugins
- Support importing code snippets