diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-10-11 13:13:23 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-10-11 13:13:23 +0200 |
commit | 11c03fa7ea3b3442f553d98f9be77271c70a29da (patch) | |
tree | 133882eec6653407dd713982f5b245ff52d736d5 /readme.md | |
parent | a4b56e7b971fa81c56a59b465f90c8016f01320d (diff) | |
download | markdown-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.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |