From 373658bf1cc387150cc04cea87515ac27989b6ae Mon Sep 17 00:00:00 2001 From: name Date: Mon, 1 Aug 2022 13:06:07 -0700 Subject: [PATCH] deploy --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a259d76..5733548 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ [![NPM version](https://badge.fury.io/js/slate-hyperprint.svg)](http://badge.fury.io/js/slate-hyperprint) +Slate's data model has been built with serialization in mind. Specifically, its text nodes are defined in a way that makes them easier to read at a glance, but also easy to serialize to common formats like HTML and Markdown. +And, because Slate uses plain JSON for its data, you can write serialization logic very easily. + A library to convert Slate models to their slate-hyperscript representation. You can use `slate-hyperprint` as a library to: