Sha256: cffee2edb875b43211dcdbcebe8fa0f753d9fa7f44e47ea5126bf21157df6dd3

Contents?: true

Size: 473 Bytes

Versions: 5

Compression:

Stored size: 473 Bytes

Contents

# [text\_spec.rb:15](/spec/hamlit/engine/text_spec.rb#L15)
## Input
```haml
.
.*
..
#
#+
##

```

## Output
### Faml
```html
<div></div>
<div>*</div>
<div></div>
<div></div>
<div>+</div>
<div></div>

```

### Hamlit
```html
.
.*
..
#
#+
##

```


# [text\_spec.rb:118](/spec/hamlit/engine/text_spec.rb#L118)
## Input
```haml
&nbsp;
\&nbsp;
!hello
\!hello

```

## Output
### Faml
```html
nbsp;
&nbsp;
hello
!hello

```

### Hamlit
```html
&nbsp;
&nbsp;
!hello
!hello

```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hamlit-1.6.5 doc/faml/engine/text.md
hamlit-1.6.4 doc/faml/engine/text.md
hamlit-1.6.3 doc/faml/engine/text.md
hamlit-1.6.2 doc/faml/engine/text.md
hamlit-1.6.1 doc/faml/engine/text.md