- Raise error if mkdocs build failed but exited with status code 0
- Fix
_image_pattern
not to match image refs with brackets in captions
- Update to mkdocs 1.3.0
- Replaced
pages
tonav
in config generation due to github.com/mkdocs/mkdocs/pull/2652
- Do not re-raise an exception of the same type as raised, raise
RuntimeError
instead, it’s needed to avoid non-informative error messages.
- Get captions for pages from workingdir instead of src_dir
- Fix pattern for heading detection.
- Allow the first heading to be located not in the beginning of a document.
- Escape control characters (double quotation marks, dollar signs, backticks) that may be used in system shell commands.
- Provide compatibility with Foliant 1.0.8.
- Provide compatibility with Foliant 1.0.7.
- Require MkDocs 1.0.4.
- Provide customizable default names for untitled nested groups of chapters.
- Add logs.
- Update for Foliant 1.0.4: Pass logger to spinner.
- Require Foliant 1.0.4.
- Add
use_headings
andslug
options for MkDocs backend. - Fix inappropriate translation of image URLs into local paths in MkDocs preprocessor.
- Add
ghp
target for GitHub Pages deploy withmkdocs gh-deploy
.