From 59ebfca815fc482f624cd3cf1c40c78bd7640623 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 21 Jun 2022 18:15:51 +0200 Subject: Add docs for `default_line_ending` --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 3bfed37..1d3cedc 100644 --- a/readme.md +++ b/readme.md @@ -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 -- cgit