1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 19:01:54 +02:00

Adds documentation for PathRef (#4740)

This commit is contained in:
Doug Reeder
2021-12-22 07:04:14 -05:00
committed by GitHub
parent 205d4b7e66
commit c90ec8e837
5 changed files with 31 additions and 4 deletions

View File

@@ -226,7 +226,7 @@ const initialValue: Descendant[] = [
{ text: "'text/plain'", code: true },
{
text:
" data. That's okay for some use cases, but sometimes you want users to be able to paste in content and have it maintaing its formatting. To do this, your editor needs to handle ",
" data. That's okay for some use cases, but sometimes you want users to be able to paste in content and have it maintain its formatting. To do this, your editor needs to handle ",
},
{ text: "'text/html'", code: true },
{ text: ' data. ' },