From 2710fd4c6c1bbb580c54833c4b6ffc03ff5638bf Mon Sep 17 00:00:00 2001 From: Simon Neveu Date: Thu, 9 Oct 2014 23:20:19 +0100 Subject: Fixed indentation --- haml.html.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'haml.html.markdown') diff --git a/haml.html.markdown b/haml.html.markdown index 47da2aee..e5a13682 100644 --- a/haml.html.markdown +++ b/haml.html.markdown @@ -100,7 +100,7 @@ markup that is well-structured, DRY, logical, and easier to read. / To run some ruby code without rendering it to the html, use a hyphen instead -- books = ['book one', 'book 2', 'book 3'] +- books = ['book 1', 'book 2', 'book 3'] / Allowing you to do all sorts of awesome, like ruby blocks - books.shuffle.each_with_index do |book, index| @@ -130,12 +130,12 @@ markup that is well-structured, DRY, logical, and easier to read. Use the colon to define haml filters, one example of a filter you can use is :javascript, which can be used for writing inline js - :javascript - console.log('This is inline