Update README with project goals

This commit is contained in:
j4nk 2022-12-28 17:04:46 -05:00
parent 3fba53a647
commit b23bf09ebf
1 changed files with 34 additions and 1 deletions

View File

@ -1,3 +1,36 @@
# md4tj # 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. ## 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