Updated README with progress
This commit is contained in:
parent
a33b039d9f
commit
9e3acb526f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue