So apologies if this is on GIthub. I am currently working on my own software to make a git host with indexing. So Mukette is a markdown pager. Like nroff that pages troff, this pages markdown. Right now it has issues with Github markdown because I could not find specs for it. Work sfine with the kind of MD in example-document.md. Generally when LP i invold you have to test all the aspects and generalize it.

I hope you enjoyed tihs little program. I spent about 10 days on it. I initially wanted to parse it with PEG, but then I realized, MD is fully type3 and not type2, I can just lex to ‘larse’ it. lol.

Thanks.