Skip to content

Commit 253463b

Browse files
committed
"solving" span
1 parent 6825211 commit 253463b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ Provides a way to render [Portable Text](http://www.portabletext.org) in Svelte
55
Based on [@arzidava/svelte-portable-text](https://github.com/arzidava/svelte-portable-text) but removes the wrapping `<div>` around blocks (paragraphs)
66
=> "p" blocks will be wrapped in `<p> {paragraph} </p>` instead of `<div><p><span> {paragraph} </span></p></div>`
77

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.
9+
1210

1311
## Install
1412

0 commit comments

Comments
 (0)