# Amatl - Cadoles Fichiers de [layout `amatl`](https://github.com/Bornholm/amatl) pour la génération de documents à partir de source Markdown. ## Usage ### Générer un document ``` amatl render --config https://forge.cadoles.com/Cadoles/amatl-config/raw/branch/master/document.yml pdf -o mydocument.pdf ./mydocument.md ``` ### Générer une présentation ``` amatl render --config https://forge.cadoles.com/Cadoles/amatl-config/raw/branch/master/mypresentation.yml pdf -o mypresentation.pdf ./mypresentation.md ```