Pandoc
Convert .md files to .html on the fly
apt install pandoc
Now you can use it as:
pandoc file.md | lynx -stdin
Linux Stuff - Where lazy brains save time
Convert .md files to .html on the fly
apt install pandoc
Now you can use it as:
pandoc file.md | lynx -stdin