summaryrefslogtreecommitdiffstats
path: root/t/markdown/embedded-blockquote.md
blob: 6c34434e98d97a79119d75ecb91fbdef1bfbc4e1 (plain)
1
2
3
4
5
6
7
8
9
```
this is a block
> with an embedded blockquote
```

---

<pre><code>this is a block
&gt; with an embedded blockquote</code></pre>