fix maybe?

This commit is contained in:
j4nk 2022-12-29 11:38:21 -05:00
parent ad94c2f066
commit 421f8e8472
1 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@ A language and parser written in Emacs Lisp for my custom extension of Markdown,
- [x] Bold - [x] Bold
- [x] Italic - [x] Italic
- [ ] Blockquote - [ ] Blockquote
- [ ] Ordered List - [x] Ordered List
- [ ] Unordered List - [x] Unordered List
- [x] Code - [x] Code
- [x] Horizontal Rule - [x] Horizontal Rule
- [x] Link - [x] Link
@ -18,7 +18,7 @@ A language and parser written in Emacs Lisp for my custom extension of Markdown,
### Extended Syntax ### Extended Syntax
- [ ] Table - [ ] Table
- [ ] Fenced Code Block - [x] Fenced Code Block
- [ ] Footnote (Will not implement) - [ ] Footnote (Will not implement)
- [ ] Heading ID (Will not implement) - [ ] Heading ID (Will not implement)
- [ ] Definition List (Will not implement) - [ ] Definition List (Will not implement)