On Mon, 24 Sep 2018 at 12:33, Patrick O'Callaghan <[email protected]> wrote:
>
> I'm looking for a simple terminal-based viewer for Markdown files. I
> *don't* want an editor. Think 'less', not 'emacs'. I don't mind if it
> wants to pop up a window to show rich text, but it's not critical.

How simple do you want it? I use this:

   $ pandoc -t plain some_file.md | less

-- 
Dave Cross :: [email protected]
http://dave.org.uk/
@davorg
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to