From 57592dc42e71238e3f530a9948d2d54abc4c5529 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Mon, 22 Feb 2021 21:24:15 +0100
Subject: [PATCH] updated pandoc-numbering

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index ff4d473..30f3950 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ STYLES := css/tufte-css/tufte.css \
 	css/tufte-extra.css
 
 OPTIONS = --toc
+OPTIONS += --filter=pandoc-numbering
 OPTIONS += --filter=pandoc-crossref
 
 PDFOPTIONS = --highlight-style kate
-- 
GitLab