Sha256: 2b029c582b9a2f5cb5e5be63db57c81c266436bb3adb2def040a7f0a6bbda4f8

Contents?: true

Size: 491 Bytes

Versions: 5

Compression:

Stored size: 491 Bytes

Contents

# [./spec/render/filters/markdown_spec.rb:5](../../../../spec/render/filters/markdown_spec.rb#L5)
## Input
```haml
:markdown
  # hello
world

```

## Faml, Haml
```html
<h1>hello</h1>
world

```

## Hamlit
```html
<h1>hello</h1>

world

```

# [./spec/render/filters/markdown_spec.rb:13](../../../../spec/render/filters/markdown_spec.rb#L13)
## Input
```haml
:markdown
  # #{'hello'}
world

```

## Faml
```html
<h1>hello</h1>
world

```

## Haml, Hamlit
```html
<h1>hello</h1>

world

```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
faml-0.8.1 incompatibilities/spec/render/filters/markdown_spec.md
faml-0.8.0 incompatibilities/spec/render/filters/markdown_spec.md
faml-0.7.3 incompatibilities/spec/render/filters/markdown_spec.md
faml-0.7.2 incompatibilities/spec/render/filters/markdown_spec.md
faml-0.7.1 incompatibilities/spec/render/filters/markdown_spec.md