aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-21 18:09:24 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-21 18:09:24 +0200
commitf5bb9ab57b9153775a9ffca7322173ec424d4669 (patch)
tree5364784b9634e5debc6cd43e7e72c97f822d8211 /readme.md
parentd1063268e62633a334bb9464f7cba2385da5812d (diff)
downloadmarkdown-rs-f5bb9ab57b9153775a9ffca7322173ec424d4669.tar.gz
markdown-rs-f5bb9ab57b9153775a9ffca7322173ec424d4669.tar.bz2
markdown-rs-f5bb9ab57b9153775a9ffca7322173ec424d4669.zip
Add support for capping destination (raw) balance
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 934b701..3bfed37 100644
--- a/readme.md
+++ b/readme.md
@@ -82,10 +82,6 @@ cargo doc --document-private-items
- [ ] (1) Add module docs to parser
- [ ] (1) Add overview docs on how everything works
-#### Refactor
-
-- [ ] (1) Configurable limit (destination)
-
#### Parse
- [ ] (1) Parse initial and final whitespace of paragraphs (in text)\
@@ -237,6 +233,7 @@ cargo doc --document-private-items
- [x] (1) Make text data, string data constructs (document in
`construct/mod.rs`)
- [x] (1) Configurable tokens (destination, label, title)
+- [x] (1) Configurable limit (destination)
### Extensions