Sha256: 5c00cb02e62b58bfb68a66df73e5203db2edf7b7a1d8f3b3f1a76dfa0009e5a9

Contents?: true

Size: 177 Bytes

Versions: 1

Compression:

Stored size: 177 Bytes

Contents

# [indent\_spec.rb:3](/spec/hamlit/engine/indent_spec.rb#L3)
## Input
```haml
%p
	%a

```

## Output
### Faml
```html
<p></p>
%a

```

### Hamlit
```html
<p>
<a></a>
</p>

```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hamlit-1.6.0 doc/faml/engine/indent.md