> JSON.stringify(window.RDMD.mdast("***strong** emphasis*"), null, 2)
"{
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "strong",
"children": [
{
"type": "text",
"value": "*strong"
}
]
},
{
"type": "text",
"value": " emphasis*"
}
]
}
]
}"