# You could always use the Lynx terminal-based web browser, which can be got by running
sudo apt-get install lynx.
# With Lynx, I believe the file can then be viewed using
lynx <filename>
# 1 line:
markdown MD.md > /tmp/temp-markdown-preview && lynx /tmp/temp-markdown-preview