Closed camdendotlol closed 5 days ago
Name | Link |
---|---|
Latest commit | ce40cf0d7df5e6abe68052d1916b09bed08df299 |
Latest deploy log | https://app.netlify.com/sites/avannotate-staging/deploys/672d297beda0880008d0deed |
Deploy Preview | https://deploy-preview-190--avannotate-staging.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Summary
This PR updates the
deserialize
function, which is used to convert HTML to Slate nodes, to fix a couple issues:<br>
as a text node, converting it to{ text: '' }
, which is identical to the way our rich text component represents empty lines<i>
as italic, in addition to<italic>