foliant
foliant copied to clipboard
Comprehensive markdown-based documentation toolkit
Introduce a watch/serve feature similar to was is available in mkdocs.
Add running time to extensions stdout, example: ```bash $ foliant make site Parsing config... Done in 0.001s Applying preprocessor includes... Done in 0.02s Applying preprocessor argdown... Done in 4.919s Applying...
Sections that are indented into the `main.yaml` file should be included into a final document with a heading level, that depends on indentation: every indentation level adds an additional level...
* Make code examples a part of list items. Before now, they were outside of the ordered list structure. * Use `console` as the lexer for code examples having both...
With this extra, we can simplify Foliant installation instructions from `pip install foliant foliantcontrib.init` to `pip install foliant[init]`.
I'm proposing to set output directory for made files in foliant.yml. For example: ``` output_directory: docx: /out/docx pdf: /out/pdf html: /out/html ```
Some [arcticles](https://blog.uploadcare.com/the-fastest-production-ready-image-resize-out-there-part-0-7c974d520ad9) say that [Pillow](http://python-pillow.org/) fork called [Pillow-SIMD](https://github.com/uploadcare/pillow-simd) can be much faster than ImageMagick. As we are often in need to process many big-sized screenshots, maybe we can give Pillow...
Hello! Thank you for your tool. But i've got a problem. I need only one page from my book to be sent to customer. So I try to convert one...
It’s often required to include the content of a single file from remote repository into a document. The repo can contain a lot of files, and the files can be...
When we remove raw text support in markdown at #25 we need some workaround for widely used `newpage` command. Support of multiformat page breaks is on the pandoc roadmap, but...