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] 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)
|
||||||
|
|
Loading…
Reference in New Issue