Sha256: db729a95313639be27a940033d200e269b043f5e79dcde8ad45fa1a93ad91916

Contents?: true

Size: 233 Bytes

Versions: 1

Compression:

Stored size: 233 Bytes

Contents

# [plain\_spec.rb:3](https://github.com/k0kubun/hamlit/blob/master/spec/hamlit/filters/plain_spec.rb#L3)
## Input
```haml
:plain
  あ
  #{'い'}

```

## Output
### Haml, Hamlit
```html
あ
い


```

### Faml
```html
あ
い

```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hamlit-1.5.5 doc/filters/plain.md