mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-20 06:01:24 +02:00
Fix bolded text in input-tester initial value
This commit is contained in:
@@ -12,10 +12,10 @@
|
|||||||
"text": "This Slate editor records all of the "
|
"text": "This Slate editor records all of the "
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "bold",
|
"text": "keyboard",
|
||||||
"marks": [
|
"marks": [
|
||||||
{
|
{
|
||||||
"type": "keyboard"
|
"type": "bold"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -23,10 +23,10 @@
|
|||||||
"text": ", "
|
"text": ", "
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "bold",
|
"text": "input",
|
||||||
"marks": [
|
"marks": [
|
||||||
{
|
{
|
||||||
"type": "input"
|
"type": "bold"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -34,10 +34,10 @@
|
|||||||
"text": " and "
|
"text": " and "
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "bold",
|
"text": "selection",
|
||||||
"marks": [
|
"marks": [
|
||||||
{
|
{
|
||||||
"type": "selection"
|
"type": "bold"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user