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
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,6 @@
13
13
14
14
# Sanity HTML Renderer for Python
15
15
16
-
> Repo is currently a work in progress. Not production ready.
17
-
18
16
This package generates HTML from [Portable Text](https://github.com/portabletext/portabletext).
19
17
20
18
For the most part, it mirrors [Sanity's](https://www.sanity.io/) own [block-content-to-html](https://www.npmjs.com/package/%40sanity/block-content-to-html) NPM library.
@@ -214,8 +212,9 @@ Blocks can optionally define a `style` tag. These styles are supported:
214
212
215
213
## Missing features
216
214
217
-
We plan to implement a default built-in serializer for the `image` type.
218
-
In the meantime, you should be able to serialize image types by passing a custom serializer.
215
+
For anyone interested, we would be happy to see a
216
+
default built-in serializer for the `image` type added.
217
+
In the meantime, users should be able to serialize image types by passing a custom serializer.
0 commit comments