30 lines
333 B
Markdown
30 lines
333 B
Markdown
```adf
|
|
{
|
|
"attrs": {
|
|
"language": "adf"
|
|
},
|
|
"content": [
|
|
{
|
|
"text": "{\n \"type\": \"blockCard\"\n}",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"type": "codeBlock"
|
|
}
|
|
```
|
|
|
|
````adf
|
|
{
|
|
"attrs": {
|
|
"language": "adf"
|
|
},
|
|
"content": [
|
|
{
|
|
"text": "```",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"type": "codeBlock"
|
|
}
|
|
````
|