- Add
odt
andepub
targets basic support.
- Passing metadata parameters via config.
- Fix: images didn't render during separate sections build.
- Option to build separate chapters (sections) into separate files.
- Do not re-raise an exception of the same type as raised, raise
RuntimeError
instead, it’s needed to avoid non-informative error messages.
- Add backticks to the set of characters that should be escaped.
- Escape double quotation marks (
"
) and dollar signs ($
) which may be used in PDF, docx, and TeX generation commands as parts of filenames, variable values, etc. Enclose filenames that may be used in commands into double quotes.
- Provide compatibility with Foliant 1.0.8.
- Provide compatibility with Foliant 1.0.7.
- Apply
flatten
after all preprocessors, not before them. This fixes incompatibility with foliantcontrib.includes 1.0.5.
- Add
slug
config option.
- Add logs.
- Update for Foliant 1.0.4: Pass logger to spinner.
- Require Foliant 1.0.4.
- Change Pandoc command line parameter
--reference-docx
to--reference-doc
.
- Change default Markdown flavor from
markdown_strict
tomarkdown
.
- Add
tex
target.