# Haml Changelog * Table of contents {:toc} ## 3.2.0 (Unreleased) * Add Kramdown support to Markdown filter. * Add RedCarpet support to Markdown filter. * Performance improvements (thanks to [Chris Heald](https://github.com/cheald)). * Generate object references based on `#to_key` if it exists in preference to `#id`. * Fix parser to allow lines ending with `some_method?` to be a Ruby multinline (thanks to [Brad Ediger](https://github.com/bradediger)) ## 3.1.5 (Unreleased) * Respect Rails' `html_safe` flag when escaping attribute values (thanks to [Gerad Suyderhoud](https://github.com/gerad)). * Fix for Rails 3.2.3 textarea helpers (thanks to [James Coleman](https://github.com/jcoleman) and others). ## 3.1.4 * Fix the use of `FormBuilder#block` with a label in Haml. * Fix indentation after a self-closing tag with dynamic attributes. ## 3.1.3 * Stop partial layouts from being displayed twice. ## 3.1.2 * If the ActionView `#capture` helper is used in a Haml template but without any Haml being run in the block, return the value of the block rather than the captured buffer. * Don't throw errors when text is nested within comments. * Fix html2haml. * Fix an issue where destructive modification was sometimes performed on Rails SafeBuffers. ## 3.1.1 * Update the vendored Sass to version 3.1.0. ## 3.1.0 * Don't add a `type` attribute to ` is now transformed into: :javascript function foo() { return 12; } * `
` and `