jgoenetxea
9/19/2018 - 9:06 AM

Markdown viewer

How to view Markdown files

There is a markdown viewre called grip and implemented in python. To use it, simply open a console and write:

$ grip file.md

Then, a web-browser window will appear with the content of the file properly rendered.

Installation

As a python package, use pip to install it:

$ pip install grip