From c8b171abfc05a36644729e16a6147f7707c11fd1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robert=20J=C3=A4schke?= <robert.jaeschke@hu-berlin.de>
Date: Sun, 21 Jul 2024 14:06:30 +0200
Subject: [PATCH] increased heading level

---
 _posts/2024-07-21-fragmenting-the-tile-data.markdown | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/_posts/2024-07-21-fragmenting-the-tile-data.markdown b/_posts/2024-07-21-fragmenting-the-tile-data.markdown
index d7dcc8e..fce1935 100644
--- a/_posts/2024-07-21-fragmenting-the-tile-data.markdown
+++ b/_posts/2024-07-21-fragmenting-the-tile-data.markdown
@@ -17,7 +17,7 @@ these blocks.
 Let us start to analyse how many such parts we find in images for the
 different tile types:
 
-## 20 colour tiles of size 250x250
+### 20 colour tiles of size 250x250
 
 | number of parts | frequency |
 |-----------------+-----------|
@@ -25,14 +25,14 @@ different tile types:
 |              42 |         2 |
 |              48 |         1 |
 
-## 169 colour tiles of size 500x500
+### 169 colour tiles of size 500x500
 
 | number of parts | frequency |
 |-----------------+-----------|
 |              36 |       162 |
 |              39 |         7 |
 
-## 2240 colour tiles of size 500x500
+### 2240 colour tiles of size 500x500
 
 | number of parts | frequency |
 |-----------------+-----------|
@@ -40,7 +40,7 @@ different tile types:
 |              37 |         1 |
 |              39 |         1 |
 
-## 24700 greyscale tiles of size 1000x1000
+### 24700 greyscale tiles of size 1000x1000
 
 | number of parts | frequency |
 |-----------------+-----------|