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 advantage of literate programming. You get an executable program, but as a bonus you also get a nicely formatted readable document. Look at the Getting Started to install and try out this program.
The release is available here -> https://github.com/abhishekmishra/litpd/releases/tag/v0.2.0-beta.0.