is compiled to:
<p>
<h1>Heading</h1>
<p>Hello, <em>World</em></p>
</p>
Some Filters Available To Use
:plain
Does not parse the filtered text. This is useful for large blocks of text without HTML tags, when you don’t want lines starting with . or - to be parsed.
:javascript
Surrounds the filtered text with <script> and CDATA tags. Useful for including inline Javascript.
:css
Surrounds the filtered text with <style> and CDATA tags. Useful for including inline CSS.
:sass
Parses the filtered text with Sass to produce CSS output.
:textile
Parses the filtered text with Textile.
:makuru
Parses the filtered text with Maruku, which has some non-standard extensions to Markdown.
Elements
%p
A paragraph
%strong bold
is compiled to:
<p>A paragraph <strong>bold</strong></p>
Favourited by 6 Members:
Comments
No comments yet. Add yours below!
Add a Comment
You are posting a reply. Cancel Reply.
Contents
A quick reference for HAML. See more information about HAML here: http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html
Cheatographer
www.specialbrand.net
More by specialbrand
Cheat Sheet Stats
Tags
Related (shares tags with):
Thumbnail