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