Install pandoc
sudo apt-get install pandoc
Configure custom action command (Thunar example):
pandoc -s -o /tmp/temporary.html %f; firefox /tmp/temporary.html