From 610f46385d0802c69cd1c2dd1ac9eacbab90870f Mon Sep 17 00:00:00 2001
From: Marco Aceti <marco.aceti@studenti.unimi.it>
Date: Mon, 29 May 2023 17:51:06 +0200
Subject: [PATCH] Add PlantUML support

---
 book.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/book.toml b/book.toml
index 79401c2..8c31f2b 100644
--- a/book.toml
+++ b/book.toml
@@ -5,5 +5,8 @@ multilingual = false
 src = "src"
 title = "Ingegneria del software"
 
+[preprocessor.plantuml]
+plantuml-cmd = "plantuml"
+
 [output.html]
 mathjax-support = true
-- 
GitLab