From 2ab806189a75e4acc0f3c4ecd7e6a6c8887faf5b Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Thu, 26 Oct 2017 09:22:06 -0700 Subject: [PATCH] update docs --- docs/guides/data-model.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guides/data-model.md b/docs/guides/data-model.md index 26695374e..f462f6149 100644 --- a/docs/guides/data-model.md +++ b/docs/guides/data-model.md @@ -125,3 +125,5 @@ Here's how MDN explains it: To make dealing with ranges easier though, they also provide "start" and "end" properties that take whether the range is forward or backward into account. The `startKey` and `startOffset` will always before the `endKey` and `endOffset` in the document. One important thing to note is that the anchor and focus points of ranges **always reference the "leaf-most" text nodes**. They never reference blocks or inlines, always their child text nodes. This makes dealing with ranges a _lot_ easier. + +> 📋 For more info, check out the [`Range` reference](../reference/slate/range.md).