Skip to content

Fallback sensibly to available tools (if no pandoc, display .md file as plain text with cat or alike) #8

@barracuda156

Description

@barracuda156

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions