summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVasiliy Petrov <saugardas@yandex.ru>2017-09-27 22:18:48 +0300
committerVasiliy Petrov <saugardas@yandex.ru>2017-09-27 22:18:48 +0300
commitf0664e67c1d98afb0f7105768cf55af830f818e8 (patch)
tree795ba238009f1fa93d0bc8135eff2ff10cf92f1c
parent938988bd3487202047cdd37d8624e219ac5192df (diff)
fix formatting
-rw-r--r--haml.html.markdown5
1 files changed, 2 insertions, 3 deletions
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