Some examples in-thread 👇
So much more flexible than the `<blockquote>` markdown gives you!
<>
Fancy title with
>
}
>
Content here!
" src="/images/1px.png" data-src="https://pbs.twimg.com/media/EUB_F39XQAAh18f.jpg">


Blog posts referenced above:
- joshwcomeau.com/performance/em…
- joshwcomeau.com/react/rainbow-…
- joshwcomeau.com/react/persisti…
I gave a talk about this:
Shouldn't tweet while sleep deprived 😅

![MDX code snippet:<br />
<br />
```jsx inline live=true split=[50,50]<br />
<div<br />
style={{<br />
'--color-1': 'deepskyblue',<br />
'--color-2': 'navy',<br />
background: `<br />
linear-gradient(<br />
170deg,<br />
var(--color-1),<br />
var(--color-2) 80%<br />
)<br />
`,<br />
<br />
// Unrelated styles:<br />
color: 'white',<br />
textAlign: 'center',<br />
padding: 30,<br />
borderRadius: 12,<br />
}}<br />
><br />
Hello World<br />
</div><br />
```<br />](https://pbs.twimg.com/media/EUCAI2BXQAAIBW-.jpg)












