@ -223,7 +223,7 @@ images when used in an `<img/>` tag.
## Format size
```twig
{{ 12345|format_size() }}
{{ 12345|format_size }}
```
## Truncate
@ -38,14 +38,14 @@ function preprocess_page(array &$variables): void {
element. This may break some CSS rules.
Before:
```HTML
```html
<div>
<div class="from-block-plugin">Block content</div>
</div>
After:
<div class="from-block-plugin">
<div>Block content</div>