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 f81885106c Added video capability with !! 2023-01-03 18:34:40 -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
Makefile Added video capability with !! 2023-01-03 18:34:40 -05:00
README.md Updated README with progress 2022-12-29 14:23:21 -05:00
md4tj_parse.el Added video capability with !! 2023-01-03 18:34:40 -05:00
test_css.css Added ability to add css 2023-01-02 20:08:12 -05:00
test_file.html Added video capability with !! 2023-01-03 18:34:40 -05:00
test_file.md4tj Added video capability with !! 2023-01-03 18:34:40 -05:00
test_file_include.md4tj Added support for including files 2022-12-29 14:17:59 -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