From f0664e67c1d98afb0f7105768cf55af830f818e8 Mon Sep 17 00:00:00 2001 From: Vasiliy Petrov Date: Wed, 27 Sep 2017 22:18:48 +0300 Subject: fix formatting --- haml.html.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'haml.html.markdown') diff --git a/haml.html.markdown b/haml.html.markdown index 0ec5e244..fdfd0e07 100644 --- a/haml.html.markdown +++ b/haml.html.markdown @@ -61,13 +61,12 @@ $ haml input_file.haml output_file.html / The div tag is the default element, so it can be omitted. You can define only class/id using . or # - For example: + For example %div.my_class %div#my_id -/ Can be written: - +/ Can be written .my_class #my_id -- cgit v1.2.3