diff options
author | Chashmeet Singh <chashmeetsingh@gmail.com> | 2015-10-10 14:38:50 +0530 |
---|---|---|
committer | Chashmeet Singh <chashmeetsingh@gmail.com> | 2015-10-10 14:38:50 +0530 |
commit | bb68e9483d8be6b7ba76f93e2fcfc07fabe03293 (patch) | |
tree | 3bdf4ba1f0172126b6f822c3b4123fa60d23b44d /haml.html.markdown | |
parent | d8a1c0cf6a224d7b6e68f06afd444ba24bd75ede (diff) |
Adding unordered/ordered list
Diffstat (limited to 'haml.html.markdown')
-rw-r--r-- | haml.html.markdown | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haml.html.markdown b/haml.html.markdown index 847714e6..dbc0a439 100644 --- a/haml.html.markdown +++ b/haml.html.markdown @@ -122,6 +122,12 @@ $ haml input_file.haml output_file.html if book do %p This is a book + +/ Adding ordered / unordered list +%ul + %li + =item1 + =item2 / Again, no need to add the closing tags to the block, even for the Ruby. |