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 054f37b226 Added support for images and links 2022-12-28 15:18:47 -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 Initial commit 2022-12-28 11:44:47 -05:00
md4tj_parse.el Added support for images and links 2022-12-28 15:18:47 -05:00
test_file.md4tj Parse headers and paragraphs. Test file. gitignore 2022-12-28 14:04:54 -05:00

README.md

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.