aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-11 13:13:23 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-11 13:13:23 +0200
commit11c03fa7ea3b3442f553d98f9be77271c70a29da (patch)
tree133882eec6653407dd713982f5b245ff52d736d5 /readme.md
parenta4b56e7b971fa81c56a59b465f90c8016f01320d (diff)
downloadmarkdown-rs-11c03fa7ea3b3442f553d98f9be77271c70a29da.tar.gz
markdown-rs-11c03fa7ea3b3442f553d98f9be77271c70a29da.tar.bz2
markdown-rs-11c03fa7ea3b3442f553d98f9be77271c70a29da.zip
Add improved docs to public api
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md1
1 files changed, 0 insertions, 1 deletions
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