diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-21 18:09:24 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-21 18:09:24 +0200 |
commit | f5bb9ab57b9153775a9ffca7322173ec424d4669 (patch) | |
tree | 5364784b9634e5debc6cd43e7e72c97f822d8211 /readme.md | |
parent | d1063268e62633a334bb9464f7cba2385da5812d (diff) | |
download | markdown-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.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |