From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- pug.html.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pug.html.markdown') diff --git a/pug.html.markdown b/pug.html.markdown index 21d8db9f..f39d5eb0 100644 --- a/pug.html.markdown +++ b/pug.html.markdown @@ -12,8 +12,8 @@ with additional features like if statements and loops. It can also be used as a server side templating language for server languages like NodeJS. ### The Language -```pug +```pug //- Single Line Comment //- Multi Line @@ -198,7 +198,6 @@ mixin comment(name, comment) Bob
This is Awesome
- ``` -- cgit v1.2.3