Sha256: b24f13561809c5d70f105689e09c65bf4e9214b70b6c4dd391f9ed31b44d6047

Contents?: true

Size: 640 Bytes

Versions: 33

Compression:

Stored size: 640 Bytes

Contents

# Demo block wrapping

::: This block is wrapped by the `{outer*}` pair of blocks.

```bash :single +{outer}
echo single body - wrapped by outer
```

::: This block is wrapped first by the `{outer*}` pair of blocks
::: and nested inside, the `{inner*}` pair of blocks.

```bash :nested +{outer} +{inner}
echo nested body - wrapped by outer and then inner
```

::: This pair of hidden blocks are the `{inner*}` set.
```bash :{inner}
echo inner-before
```

```bash :{inner-after}
echo inner-after
```

::: This pair of hidden blocks are the `{outer*}` set.

```bash :{outer}
echo outer-before
```

```bash :{outer-after}
echo outer-after
```

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
markdown_exec-2.3.0 examples/wrap.md
markdown_exec-2.2.0 examples/wrap.md
markdown_exec-2.1.0 examples/wrap.md
markdown_exec-2.0.8.4 examples/wrap.md
markdown_exec-2.0.8.3 examples/wrap.md
markdown_exec-2.0.8.2 examples/wrap.md
markdown_exec-2.0.8.1 examples/wrap.md
markdown_exec-2.0.8 examples/wrap.md
markdown_exec-2.0.7 examples/wrap.md
markdown_exec-2.0.6 examples/wrap.md
markdown_exec-2.0.5 examples/wrap.md
markdown_exec-2.0.4 examples/wrap.md
markdown_exec-2.0.3.2 examples/wrap.md
markdown_exec-2.0.3.1 examples/wrap.md
markdown_exec-2.0.3 examples/wrap.md
markdown_exec-2.0.2 examples/wrap.md
markdown_exec-2.0.1 examples/wrap.md
markdown_exec-2.0.0 examples/wrap.md
markdown_exec-1.8.9 examples/wrap.md
markdown_exec-1.8.8 examples/wrap.md