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 3fba53a647 Added output html file 2022-12-28 16:44:57 -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 Can fully parse md4tj file and output an html file 2022-12-28 16:43:54 -05:00
test_file.html Added output html file 2022-12-28 16:44:57 -05:00
test_file.md4tj Can fully parse md4tj file and output an html file 2022-12-28 16:43: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.