-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
https://github.github.com/gfm/#emphasis-and-strong-emphasis
> 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*"
}
]
}
]
}"
Metadata
Metadata
Assignees
Labels
No labels