parent
ebfca1eed5
commit
a2d43f3beb
3 changed files with 39 additions and 6 deletions
@ -0,0 +1,17 @@ |
||||
+++ |
||||
title = "Quote blocks with ATTR_HTML" |
||||
tags = ["quotes", "attr_html", "attr_css"] |
||||
draft = false |
||||
+++ |
||||
|
||||
Some text. |
||||
|
||||
<style>.red-text { color: red; }</style> |
||||
|
||||
<div class="red-text"> |
||||
<div></div> |
||||
|
||||
> This is a red quote. |
||||
</div> |
||||
|
||||
Some more text. |
||||
Loading…
Reference in new issue