From 9385667c9f2ea5939bd1e5a5369b3fed68b13b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Lilleb=C3=B8=20Gundersen?= Date: Wed, 16 Jun 2021 14:31:44 +0200 Subject: [PATCH] Update package title --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 44c09e1..45cc5c0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Checked with mypy -# Sanity HTML Renderer +# Sanity HTML Renderer for Python > Repo is currently a work in progress. Not production ready. @@ -214,10 +214,8 @@ Blocks can optionally define a `style` tag. These styles are supported: ## Missing features -Despite being mentioned as a custom type in the -Portable Text [spec](https://github.com/portabletext/portabletext), -the `image` type serializer is something we hope to add a default serializer for -at some point. +We plan to implement a default built-in serializer for the `image` type. +In the meantime, you should be able to serialize image types by passing a custom serializer. ## Contributing