On Mon, 24 Sep 2018 at 12:33, Patrick O'Callaghan <pocallag...@gmail.com> 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 :: d...@dave.org.uk
http://dave.org.uk/
@davorg
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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/users@lists.fedoraproject.org

Reply via email to