From 11c03fa7ea3b3442f553d98f9be77271c70a29da Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 11 Oct 2022 13:13:23 +0200 Subject: Add improved docs to public api --- readme.md | 1 - 1 file changed, 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 1afce35..e5d6fcb 100644 --- a/readme.md +++ b/readme.md @@ -139,7 +139,6 @@ Yields: ```text Root { children: [Heading { children: [Text { value: "Hey, ", position: Some(1:3-1:8 (2-7)) }, Emphasis { children: [Text { value: "you", position: Some(1:9-1:12 (8-11)) }], position: Some(1:8-1:13 (7-12)) }, Text { value: "!", position: Some(1:13-1:14 (12-13)) }], position: Some(1:1-1:14 (0-13)), depth: 1 }], position: Some(1:1-1:14 (0-13)) } - ``` ## API -- cgit