diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-21 18:06:47 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-21 18:06:47 +0200 |
commit | d1063268e62633a334bb9464f7cba2385da5812d (patch) | |
tree | 76035cdf260046cd2afe1841c0351b311ea66d99 /readme.md | |
parent | 56ff5c73c7ec19b349e7d60d04ce1057c006d6ec (diff) | |
download | markdown-rs-d1063268e62633a334bb9464f7cba2385da5812d.tar.gz markdown-rs-d1063268e62633a334bb9464f7cba2385da5812d.tar.bz2 markdown-rs-d1063268e62633a334bb9464f7cba2385da5812d.zip |
Add support for passing token types to destination, label, title
Diffstat (limited to '')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,6 @@ cargo doc --document-private-items #### Refactor -- [ ] (1) Configurable tokens (destination, label, title) - [ ] (1) Configurable limit (destination) #### Parse @@ -237,6 +236,7 @@ cargo doc --document-private-items - [x] (1) Move safe protocols to constants - [x] (1) Make text data, string data constructs (document in `construct/mod.rs`) +- [x] (1) Configurable tokens (destination, label, title) ### Extensions |