j4nk 114337d8b4 | ||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
md4tj_parse.el | ||
test_css.css | ||
test_file.html | ||
test_file.md4tj | ||
test_file_include.md4tj | ||
usbs.png |
README.md
md4tj
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
- Heading
- Bold
- Italic
- Blockquote
- Ordered List
- Unordered List
- Code
- Horizontal Rule
- Link
- 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