Give the CommonMark blocks a directive form for what their spelling cannot hold
CI / gate (push) Successful in 5s
CI / gate (push) Successful in 5s
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
{
|
||||
"content": [
|
||||
{
|
||||
"attrs": {
|
||||
"language": "adf"
|
||||
},
|
||||
"content": [
|
||||
{
|
||||
"text": "{\n \"type\": \"blockCard\"\n}",
|
||||
"type": "text"
|
||||
}
|
||||
],
|
||||
"type": "codeBlock"
|
||||
},
|
||||
{
|
||||
"attrs": {
|
||||
"language": "adf"
|
||||
},
|
||||
"content": [
|
||||
{
|
||||
"text": "```",
|
||||
"type": "text"
|
||||
}
|
||||
],
|
||||
"type": "codeBlock"
|
||||
}
|
||||
],
|
||||
"type": "doc",
|
||||
"version": 1
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
```adf
|
||||
{
|
||||
"attrs": {
|
||||
"language": "adf"
|
||||
},
|
||||
"content": [
|
||||
{
|
||||
"text": "{\n \"type\": \"blockCard\"\n}",
|
||||
"type": "text"
|
||||
}
|
||||
],
|
||||
"type": "codeBlock"
|
||||
}
|
||||
```
|
||||
|
||||
````adf
|
||||
{
|
||||
"attrs": {
|
||||
"language": "adf"
|
||||
},
|
||||
"content": [
|
||||
{
|
||||
"text": "```",
|
||||
"type": "text"
|
||||
}
|
||||
],
|
||||
"type": "codeBlock"
|
||||
}
|
||||
````
|
||||
Reference in New Issue
Block a user