summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSimon Neveu <simon@hoverstud.io>2014-10-08 23:25:21 +0100
committerSimon Neveu <simon@hoverstud.io>2014-10-08 23:25:21 +0100
commitf6a604e1551233cb2f9b6a2c2c723f0acdc84f50 (patch)
tree9c63646d884ce8ce147d03e41c744b2ea2e26f31
parent269d717224db16057d8c0f20084df533d8dc45dd (diff)
Copy change to intro and formatting
-rw-r--r--haml.html.markdown10
1 files changed, 7 insertions, 3 deletions
diff --git a/haml.html.markdown b/haml.html.markdown
index 124f160b..60dc5426 100644
--- a/haml.html.markdown
+++ b/haml.html.markdown
@@ -1,13 +1,17 @@
---
language: haml
-filename: learnhaml.haml
+filename: learnhaml.html.haml
contributors:
- ["Simon Neveu", "https://github.com/sneveu"]
---
-Haml is a markup language predominantly used with Ruby that’s used to cleanly and simply describe the HTML of any web document without the use of inline code. It encourages well-written markup.
+Haml is a markup language predominantly used with Ruby that cleanly
+and simply describes the HTML of any web document without the use of
+inline code.
-Haml aims to reduce repetition in your markup by closing tags for you based on the structure of the indents in your code. The result is markup that is well-structured, DRY, logical, and easier to read.
+It aims to reduce repetition in your markup by closing tags for you
+based on the structure of the indents in your code. The result is
+markup that is well-structured, DRY, logical, and easier to read.
```haml
/ -------------------------------------------