Sha256: e913cde94fedc04bd5c418b42eaaec7bb515c285e3a137227a8f36b232cdf7dc

Contents?: true

Size: 462 Bytes

Versions: 16

Compression:

Stored size: 462 Bytes

Contents

# [./spec/render/sanitize_spec.rb:24](../../../spec/render/sanitize_spec.rb#L24)
## Input
```haml
&~ "<p>hello</p>"
```

## Faml, Haml
```html
&lt;p&gt;hello&lt;/p&gt;

```

## Hamlit
```html
&~ "<p>hello</p>"

```

# [./spec/render/sanitize_spec.rb:24](../../../spec/render/sanitize_spec.rb#L24)
## Input
```haml
%span&~ "<p>hello</p>"
```

## Faml, Haml
```html
<span>&lt;p&gt;hello&lt;/p&gt;</span>

```

## Hamlit
```html
<span>~ "<p>hello</p>"</span>

```

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
faml-0.6.0 incompatibilities/spec/render/sanitize_spec.md
faml-0.5.1 incompatibilities/spec/render/sanitize_spec.md
faml-0.5.0 incompatibilities/spec/render/sanitize_spec.md
faml-0.4.2 incompatibilities/spec/render/sanitize_spec.md
faml-0.4.1 incompatibilities/spec/render/sanitize_spec.md
faml-0.4.0 incompatibilities/spec/render/sanitize_spec.md
faml-0.3.6 incompatibilities/spec/render/sanitize_spec.md
faml-0.3.5 incompatibilities/spec/render/sanitize_spec.md
faml-0.3.4 incompatibilities/spec/render/sanitize_spec.md
faml-0.3.3 incompatibilities/spec/render/sanitize_spec.md
faml-0.3.2 incompatibilities/spec/render/sanitize_spec.md
faml-0.3.1 incompatibilities/spec/render/sanitize_spec.md
faml-0.3.0 incompatibilities/spec/render/sanitize_spec.md
faml-0.2.16 incompatibilities/spec/render/sanitize_spec.md
faml-0.2.15 incompatibilities/spec/render/sanitize_spec.md
faml-0.2.14 incompatibilities/spec/render/sanitize_spec.md