v0.1.3
What's Changed
-
Updated the shipped version of the djot crate to v0.6.0
- This brings about two new renderers, that can be specified when using Djot:
:minified
and:indented
:indented
renders a document in an indented manner, so the code resembles the original source.
:minified
renders a document with extraneous whitespace stripped.
See the docs/readme for information on how to configure these new renderers
- This brings about two new renderers, that can be specified when using Djot:
-
Housekeeping changes
- Removed unneeded logger extra_application
- Bumped ex_doc version
Full Changelog: v0.1.2...v0.1.3