Closed mbarde closed 1 year ago
<p class="callout"> elements (for example created via DraftJS) are converted to normal text blocks in slate converter. This means callouts get lost when converting.
<p class="callout">
This PR fixes this, so that slate block of type callout is created in that case.
callout
Yes, just added tests
<p class="callout">
elements (for example created via DraftJS) are converted to normal text blocks in slate converter. This means callouts get lost when converting.This PR fixes this, so that slate block of type
callout
is created in that case.