From 9e3acb526f26a7f49613ca4f2420a871eaed44b8 Mon Sep 17 00:00:00 2001 From: j4nk Date: Thu, 29 Dec 2022 11:28:32 -0500 Subject: [PATCH] Updated README with progress --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)