2022-12-28 11:44:47 -05:00
# md4tj
2022-12-28 17:04:46 -05:00
## 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
2022-12-29 11:38:21 -05:00
- [x] Ordered List
- [x] Unordered List
2022-12-28 17:04:46 -05:00
- [x] Code
- [x] Horizontal Rule
- [x] Link
- [x] Image
### Extended Syntax
- [ ] Table
2022-12-29 11:38:21 -05:00
- [x] Fenced Code Block
2022-12-28 17:04:46 -05:00
- [ ] Footnote (Will not implement)
- [ ] Heading ID (Will not implement)
- [ ] Definition List (Will not implement)
2023-01-04 12:07:33 -05:00
- [x] Strikethrough
2022-12-28 17:04:46 -05:00
- [ ] Task List (Will not implement)
- [ ] Emoji (Will not implement)
2023-01-04 12:07:33 -05:00
- [x] Highlight
2022-12-28 17:04:46 -05:00
- [ ] Subscript (Will not implement)
- [ ] Superscript (Will not implement)
### md4tj's Custom Extensions
- [ ] Custom Divs
- [ ] RSS Feeds
- [ ] LaTeX image generation and embedding
2023-01-04 10:30:23 -05:00
- [x] Including other md4tj files
- [x] Videos
2023-01-04 10:44:46 -05:00
- [x] Last updated directive
2023-01-04 10:30:23 -05:00
- [x] Meta directive
- [x] Page title directive
2023-01-04 12:32:01 -05:00
- [x] CSS inclusion directive
- [x] Language directive