1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-01 19:22:35 +02:00

Mark html code block properly in serializing documentation

This commit is contained in:
Sunny Hirai
2021-03-29 01:26:53 -07:00
parent a1c314e2e9
commit 2829823727

View File

@@ -202,7 +202,7 @@ deserialize(document.body)
With this input:
```js
```html
<p>An opening paragraph with a <a href="https://example.com">link</a> in it.</p>
<blockquote><p>A wise quote.</p></blockquote>
<p>A closing paragraph!</p>