You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,8 @@ Provides a way to render [Portable Text](http://www.portabletext.org) in Svelte
5
5
Based on [@arzidava/svelte-portable-text](https://github.com/arzidava/svelte-portable-text) but removes the wrapping `<div>` around blocks (paragraphs)
6
6
=> "p" blocks will be wrapped in `<p> {paragraph} </p>` instead of `<div><p><span> {paragraph} </span></p></div>`
7
7
8
-
---
9
-
NOTE: it doens't support `<span>` as a custom mark because that is used by portable text to mark a child node in the block.
10
-
---
11
-
8
+
> NOTE: it doens't support `<span>` as a custom mark because that is used by portable text to mark a child node in the block.
0 commit comments