1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
Commit graph

12 commits

Author SHA1 Message Date
Norman Clarke
bf9cd14de8 Brought docs up to date, made REFERENCE formatting more consistent. 2012-06-11 14:22:37 -03:00
Norman Clarke
debd767dbb Document options, remove some references to Merb 2012-06-11 14:22:36 -03:00
Tim van der Horst
a836bf2f02 Add option to always remove whitespace.
Closes #550
Closes #528

Signed-off-by: Norman Clarke <norman@njclarke.com>
2012-06-04 23:14:03 -03:00
Matt Wildig
e2c939b575 Fix links in REFERENCE.md
The string `#{` was causing any yard links later in the file not to be
rendered (e.g. the literal "{Haml::Helpers}" is left in the html).

Close the open brace so yard creates the links correctly.
2012-05-23 11:56:05 -03:00
Norman Clarke
3d5641c140 Document filters. Load Maruku and Textile from contrib. 2012-05-22 23:34:18 -03:00
Norman Clarke
f3477eb0c3 Merge branch 'stable'
Conflicts:
	.gitmodules
	CHANGELOG.md
	CONTRIBUTING
	README.md
	VERSION
	haml.gemspec
2012-05-01 10:28:26 -03:00
Norman Clarke
ce59af51a0 Ignore indentation inside multiline comments
Fixes #464
2012-04-30 17:11:48 -03:00
Norman Clarke
52a5eab281 Hyphenate data attribute names by default 2012-04-29 12:21:58 -03:00
Andrew Smith
2f8c36690d Updated the Changelog & Reference documents. 2012-04-29 12:20:45 -03:00
Stephen Bannasch
12fdc50a94 force :xhtml if template.mime_type == 'text/xml'
If the mime_type of the ActionView::Template template
being rendered is 'text/xml' then add the a :mime_type
key to the options hash so Haml::Engine will force a
format of xhtml.

Closes #427

Signed-off-by: Norman Clarke <norman@njclarke.com>
2012-04-28 00:26:52 -03:00
Matt Wildig
9e3574bd9e Add SCSS filter.
Add filter to generate CSS from Sass using SCSS syntax.

Addresses issue #474.

Signed-off-by: Norman Clarke <norman@njclarke.com>
2012-04-27 23:48:52 -03:00
Norman Clarke
9a64daf2a3 Remove cruft from Rakefile and gemspec 2012-04-27 21:51:54 -03:00
Renamed from doc-src/REFERENCE.md (Browse further)