From a06181b83ceb3696f08ca70cee1527fc9b8a4c93 Mon Sep 17 00:00:00 2001 From: Alban Bronisz Date: Thu, 11 Nov 2021 18:08:31 +0100 Subject: [PATCH] Update pandoc cmds --- commandes.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/commandes.md b/commandes.md index da66f8b..4d1a9be 100755 --- a/commandes.md +++ b/commandes.md @@ -31,8 +31,12 @@ Images Pandoc ------ +``` +pandoc input.md -o output.pdf +``` + - Add links and color them: - - --reference-links -V colorlinks=true - + ``` + --reference-links -V colorlinks=true + ``` - don't forget space before list