You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
+++ |
|
title = "Example blocks with ATTR_HTML" |
|
tags = ["example", "attr_html", "attr_css"] |
|
draft = false |
|
+++ |
|
|
|
Some text. |
|
|
|
<style>.indent-block { padding-left: 50px; }</style> |
|
|
|
<div class="indent-block"> |
|
<div></div> |
|
|
|
```text |
|
This is an example |
|
Line 2 |
|
Line 3 |
|
``` |
|
</div> |
|
|
|
Some more text.
|
|
|