litpd is a simple literate programming tool built on markdown. It uses pandoc and some lua code to build both a readable and runnable version of the same program from one markdown document. The litpd program is itself written as a literate program.
The first beta version of litpd is out. This release contains several bug-fixes, and a significant change to support linux and macos using litpd.sh (bash script).
Also new is a new github pages website which is the entire litpd program as its own standalone website. See it here https://abhishekmishra.github.io/litpd/.
This is the …