diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-21 18:15:51 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-21 18:21:51 +0200 |
commit | 59ebfca815fc482f624cd3cf1c40c78bd7640623 (patch) | |
tree | 91bbc033ce9acdba797ffaa7e8367995f55dfde3 /readme.md | |
parent | f5bb9ab57b9153775a9ffca7322173ec424d4669 (diff) | |
download | markdown-rs-59ebfca815fc482f624cd3cf1c40c78bd7640623.tar.gz markdown-rs-59ebfca815fc482f624cd3cf1c40c78bd7640623.tar.bz2 markdown-rs-59ebfca815fc482f624cd3cf1c40c78bd7640623.zip |
Add docs for `default_line_ending`
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,6 @@ cargo doc --document-private-items #### Docs -- [ ] (1) Add docs for `default_line_ending` - [ ] (1) Add docs for virtual spaces - [ ] (1) Add docs to `subtokenize.rs` - [ ] (1) Add docs for `link.rs` @@ -234,6 +233,7 @@ cargo doc --document-private-items `construct/mod.rs`) - [x] (1) Configurable tokens (destination, label, title) - [x] (1) Configurable limit (destination) +- [x] (1) Add docs for `default_line_ending` ### Extensions |