pythonpython-3.xmarkdown

How To Display Markdown Text In Command Line?


I have a command line tool that needs to display short help files on hot key inputs.

Currently help files are in markdown format.

Is there an easy way to display that markdown text in command line formatted?


Solution

  • The nd tool can do it. It is written in node.js and primarily aimed at node.js package documentation. Which may or may not be suitable for your needs.