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 --- crystal.html.markdown | 2 -- 1 file changed, 2 deletions(-) (limited to 'crystal.html.markdown') diff --git a/crystal.html.markdown b/crystal.html.markdown index d32712ce..eed009cb 100644 --- a/crystal.html.markdown +++ b/crystal.html.markdown @@ -9,7 +9,6 @@ contributors: --- ```crystal - # This is a comment # Everything is an object @@ -556,7 +555,6 @@ rescue ex4 # catch any kind of exception end ex #=> "ex2" - ``` ## Additional resources -- cgit v1.2.3