From b23bf09ebf6517287148eea6874169ba55b65379 Mon Sep 17 00:00:00 2001 From: j4nk Date: Wed, 28 Dec 2022 17:04:46 -0500 Subject: [PATCH] Update README with project goals --- README.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee57ed6..4949799 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,36 @@ # md4tj -A language and parser written in Emacs Lisp for my custom extension of Markdown, md4tj. Main features are div declarations, RSS support, and support of only recommended Markdown syntax instead of the full standard. \ No newline at end of file +## Summary +A language and parser written in Emacs Lisp for my custom extension of Markdown, md4tj. Main features are div declarations, RSS support, and support of only a subset of the Markdown language that I need + +## Progress +### Basic Syntax +- [x] Heading +- [x] Bold +- [x] Italic +- [ ] Blockquote +- [ ] Ordered List +- [ ] Unordered List +- [x] Code +- [x] Horizontal Rule +- [x] Link +- [x] Image + +### Extended Syntax +- [ ] Table +- [ ] Fenced Code Block +- [ ] Footnote (Will not implement) +- [ ] Heading ID (Will not implement) +- [ ] Definition List (Will not implement) +- [ ] Strikethrough +- [ ] Task List (Will not implement) +- [ ] Emoji (Will not implement) +- [ ] Highlight +- [ ] Subscript (Will not implement) +- [ ] Superscript (Will not implement) + +### md4tj's Custom Extensions +- [ ] Custom Divs +- [ ] RSS Feeds +- [ ] LaTeX image generation and embedding +- [ ] Including other md4tj files \ No newline at end of file