Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Mar 12, 2024
1 parent 7c686eb commit 774b12c
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,19 @@ smd.parser_end(parser)
- [x] Escape characters (e.g. \* or \_ with \\\* or \\\_)
- [x] \[Link\](url)
- [x] `href` attr
- [x] Raw URLs
- [ ] Raw URLs
- [ ] http://example.com
- [ ] https://example.com
- [ ] www.example.com
- [ ] example@fake.com
- [ ] mailto:example@fake.com
- [x] Autolinks
- [ ] www.example.com
- [x] http://example.com
- [x] https://example.com
- [ ] example@fake.com
- [ ] mailto:example@fake.com
- [ ] With `<>`
- [ ] Reference-style Links
- [x] Images
- [x] `src` attr
- [x] Horizontal rules
Expand All @@ -107,6 +113,11 @@ smd.parser_end(parser)
- [x] `start` attr
- [x] Task lists
- [x] Nested lists
- [ ] One-line nested lists
- [ ] Adding Elements in Lists
- [x] Blockquotes
- [ ] Tables
- [ ] Subscript
- [ ] Superscript
- [ ] Emoji Shortcodes
- [ ] Html tags (e.g. `<div>`, `<span>`, `<a>`, `<img>`, etc.)

0 comments on commit 774b12c

Please sign in to comment.