From bb68e9483d8be6b7ba76f93e2fcfc07fabe03293 Mon Sep 17 00:00:00 2001 From: Chashmeet Singh Date: Sat, 10 Oct 2015 14:38:50 +0530 Subject: Adding unordered/ordered list --- haml.html.markdown | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'haml.html.markdown') 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. -- cgit v1.2.3