Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit f9c47f6

Browse files
committed
Fixes whitespace issues in placeholder docs
1 parent 3cd55e3 commit f9c47f6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/book/helpers/placeholder.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,18 @@ foreach ($this->data as $datum): ?>
133133

134134
## Clearing Content
135135

136-
In certain situations it is desirable to remove or clear containers and aggregated content. The placeholder view helper
137-
provides two methods to either delete a specific container or clear all containers at once:
136+
In certain situations it is desirable to remove or clear containers and
137+
aggregated content. The placeholder view helper provides two methods to either
138+
delete a specific container or clear all containers at once:
138139

139140
### Delete a single container
141+
140142
```php
141143
$this->plugin('placeholder')->deleteContainer('myNamedContainer');
142144
```
143145

144146
### Clear all containers
147+
145148
```php
146149
$this->plugin('placeholder')->clearContainers();
147150
```

0 commit comments

Comments
 (0)