I am working on a remote server that only has a terminal support. There are certain markdown files that I would like to read. However, as I don't have a GUI support, I am in need of a markdown reader/ something similar. The server has lynx installed. So, even if you can suggest some extension to lynx, it will work!
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
You can think of converting it to html with some tool like pandoc, then read the html with lynx. |
|||
|
|
|
Markdown is already in the most readable form for a console by design. Lynx displays HTML lists as bullet points using asterisks -- exactly the same way as you write Markdown manually. tl;dr: What you need is known as a "text editor". Nothing more. |
|||||
|