From efdf90959f78d1582da312bffbefaabb79f264b7 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 13 Jun 2022 12:37:25 +0200 Subject: Add autolinks --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 527170d..26035c4 100644 --- a/readme.md +++ b/readme.md @@ -68,6 +68,7 @@ cargo doc --document-private-items ### Small things +- [ ] (3) Encode urls - [ ] (1) Parse initial and final whitespace of paragraphs (in text) - [ ] (3) Clean compiler - [ ] (1) Optionally remove dangerous protocols when compiling @@ -96,7 +97,7 @@ cargo doc --document-private-items ### Constructs - [ ] (5) attention (strong, emphasis) (text) -- [ ] (1) autolink +- [x] autolink - [x] blank line - [ ] (5) block quote - [x] character escape @@ -137,7 +138,7 @@ cargo doc --document-private-items - [x] paragraph - [ ] (5) text - [ ] attention (strong, emphasis) (text) - - [ ] autolink + - [x] autolink - [x] character escape - [x] character reference - [ ] code (text) -- cgit