From ae3a259f5858a3a8f7d33da8fcb38670c78d0af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Br=C3=A4unlich?= Date: Tue, 5 Apr 2022 23:06:54 +0200 Subject: [PATCH] update example headers --- content/docs/BestPractices/blank-lines/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/BestPractices/blank-lines/index.md b/content/docs/BestPractices/blank-lines/index.md index 0b3162b6..273882d7 100644 --- a/content/docs/BestPractices/blank-lines/index.md +++ b/content/docs/BestPractices/blank-lines/index.md @@ -8,7 +8,7 @@ categories: ["Best Practice"] Avoid too many blank lines. -## #1 Example +## Example 1 ### Bad code @@ -46,7 +46,7 @@ begin end; ``` -## #2 Example +## Example 2 ### Bad code @@ -106,7 +106,7 @@ page 50000 "Blank Lines" } ``` -## #3 Example +## Example 3 ### Bad code