mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-02 03:32:36 +02:00
Mark html code block properly in serializing documentation
This commit is contained in:
@@ -202,7 +202,7 @@ deserialize(document.body)
|
|||||||
|
|
||||||
With this input:
|
With this input:
|
||||||
|
|
||||||
```js
|
```html
|
||||||
<p>An opening paragraph with a <a href="https://example.com">link</a> in it.</p>
|
<p>An opening paragraph with a <a href="https://example.com">link</a> in it.</p>
|
||||||
<blockquote><p>A wise quote.</p></blockquote>
|
<blockquote><p>A wise quote.</p></blockquote>
|
||||||
<p>A closing paragraph!</p>
|
<p>A closing paragraph!</p>
|
||||||
|
Reference in New Issue
Block a user