diff options
| author | Vasiliy Petrov <saugardas@yandex.ru> | 2017-09-27 22:18:48 +0300 | 
|---|---|---|
| committer | Vasiliy Petrov <saugardas@yandex.ru> | 2017-09-27 22:18:48 +0300 | 
| commit | f0664e67c1d98afb0f7105768cf55af830f818e8 (patch) | |
| tree | 795ba238009f1fa93d0bc8135eff2ff10cf92f1c | |
| parent | 938988bd3487202047cdd37d8624e219ac5192df (diff) | |
fix formatting
| -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  | 
