There are in fact .md renderers which do not require an exotic compiler, for example this one works, written in C++: https://github.com/ishanawal/TermMark
So ideally it would be nice to have these definable by a user. However at least a sensible fallback to basic available tools will be nice. Currently in my environment README.md are not displayed at all, giving out an error about missing pandoc. But they can be viewed with cat as plain text, for example.
Same goes for scripts (*.sh): I don’t know what is batcat, but for sure these are just plain text files, so simple cat will work fine.
There are in fact
.mdrenderers which do not require an exotic compiler, for example this one works, written in C++: https://github.com/ishanawal/TermMarkSo ideally it would be nice to have these definable by a user. However at least a sensible fallback to basic available tools will be nice. Currently in my environment README.md are not displayed at all, giving out an error about missing
pandoc. But they can be viewed withcatas plain text, for example.Same goes for scripts (
*.sh): I don’t know what isbatcat, but for sure these are just plain text files, so simplecatwill work fine.