Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Mar 11, 2024
1 parent b69d04d commit 93aa707
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ smd.parser_end(parser)

- [x] Paragraphs
- [x] Line breaks
- [x] Single line breaks don't end tokens
- [x] don't end tokens
- [x] Escaping line breaks
- [x] Trim unnecessary spaces
- [x] Headers
- [ ] ~~Alternate syntax~~ *(not planned)*
- [x] Code Block with indent
- [x] Code Block with triple backticks
- [x] language attr
Expand All @@ -84,11 +85,10 @@ smd.parser_end(parser)
- [x] *em**em>bold***
- [x] ***bold>em**em*
- [x] \* or \_ cannot be surrounded by spaces
- [x] ~~Strikethrough~~ with double tildes
- [x] Strikethrough ~~example~~
- [x] Escape characters (e.g. \* or \_ with \\\* or \\\_)
- [x] \[Link\](url)
- [x] href attr
- [x] Escaping escaping bug: \\[Link\\](url)
- [x] `href` attr
- [x] Raw URLs
- [ ] www.example.com
- [x] http://example.com
Expand All @@ -97,7 +97,7 @@ smd.parser_end(parser)
- [ ] mailto:example@fake.com
- [ ] With `<>`
- [x] Images
- [x] src attr
- [x] `src` attr
- [x] Horizontal rules
- [x] With `---`
- [x] With `***`
Expand Down

0 comments on commit 93aa707

Please sign in to comment.