Table of Contents

,

Open markdown in Firefox from file manager

Install pandoc

sudo apt-get install pandoc

Configure custom action command (Thunar example):

pandoc -s -o /tmp/temporary.html %f; firefox /tmp/temporary.html

Tested on

See also

References