update example headers

This commit is contained in:
Christian Bräunlich 2022-04-05 23:06:54 +02:00 committed by GitHub
parent 0c5f3b319d
commit ae3a259f58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ categories: ["Best Practice"]
Avoid too many blank lines. Avoid too many blank lines.
## #1 Example ## Example 1
### Bad code ### Bad code
@ -46,7 +46,7 @@ begin
end; end;
``` ```
## #2 Example ## Example 2
### Bad code ### Bad code
@ -106,7 +106,7 @@ page 50000 "Blank Lines"
} }
``` ```
## #3 Example ## Example 3
### Bad code ### Bad code