diff options
-rw-r--r-- | haml.html.markdown | 5 |
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 |