A language and parser written in Emacs Lisp for my custom extension of Markdown, md4tj (Markdown for The Jerks). Main features are div declarations, a blog generator, and automatic generation of an RSS feed for the generated blog
Go to file
j4nk 60f9947916 Merge remote-tracking branch 'origin/master' 2022-12-29 11:41:20 -05:00
.gitignore Parse headers and paragraphs. Test file. gitignore 2022-12-28 14:04:54 -05:00
LICENSE Initial commit 2022-12-28 11:44:47 -05:00
README.md fix maybe? 2022-12-29 11:38:21 -05:00
md4tj_parse.el Updated comments to eliminate idea of "block" 2022-12-29 11:33:30 -05:00
test_file.html Added support for ols, uls, and multiline codes 2022-12-29 11:21:53 -05:00
test_file.md4tj Added support for ols, uls, and multiline codes 2022-12-29 11:21:53 -05:00
usbs.png Added image 2022-12-29 11:22:19 -05:00

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