mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 15:43:58 +00:00
Adding unordered/ordered list
This commit is contained in:
parent
d8a1c0cf6a
commit
bb68e9483d
@ -122,6 +122,12 @@ $ haml input_file.haml output_file.html
|
|||||||
|
|
||||||
if book do
|
if book do
|
||||||
%p This is a book
|
%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.
|
Again, no need to add the closing tags to the block, even for the Ruby.
|
||||||
|
Loading…
Reference in New Issue
Block a user