README.md in faml-0.2.13 vs README.md in faml-0.2.14
- old
+ new
@@ -47,9 +47,11 @@
If your framework uses tilt, you can use faml by replacing `gem 'haml'` with `gem 'faml'` .
## Incompatibilities
There are several incompatibilities.
+See [incompatibilities](incompatibilities) for details generated by spec files.
+
### Hash attributes
Hash attributes are only supported to "data" attributes.
With original haml, `%span{foo: {bar: 'baz'}}` is rendered as `<span foo-bar='baz'></span>` .
With faml, it's rendered as `<span foo='{:bar=>"baz"}'></span>` .