diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-13 12:37:25 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-13 12:37:25 +0200 |
commit | efdf90959f78d1582da312bffbefaabb79f264b7 (patch) | |
tree | a36c7dfa72ec5cadfdb296d94aed2d06a871b701 /readme.md | |
parent | 17f4eec55ad0a5f74aedbcff6c2f0119ad52e584 (diff) | |
download | markdown-rs-efdf90959f78d1582da312bffbefaabb79f264b7.tar.gz markdown-rs-efdf90959f78d1582da312bffbefaabb79f264b7.tar.bz2 markdown-rs-efdf90959f78d1582da312bffbefaabb79f264b7.zip |
Add autolinks
Diffstat (limited to '')
-rw-r--r-- | readme.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) |