What if we don't want to use raw html?
<div>What's <div>There</div></div>
What other tags can we nest using commonkmark without raw html?
## blockquote + blockquote {#the-blockquotes}
> What's
>> There
---------- h2 + a {#the-h2s} ----------
[Keep peanut bag closed
to avoid squirrel attack!]()
----------------------------
## ul + ul {#the-uls}
* What's
* There
## ol + ul {#the-ols}
1. What's
* There
## p + a {#the-ps}
What's [ There ]()
What's
There
---------- h2 + a {#the-h2s} ---------- Keep peanut bag closed to avoid squirrel attack!
- What's
- There
- What's
- There
What's There
Using {commonmark} in R:
Using markdown-it with markdown-it-attrs in nodejs:
What github rendered: