Provides `md2html` fish function. This function converts Markdown content
from stdin to an HTML file. It uses `prettier` for formatting, `pandoc`
for conversion, and then opens the generated HTML with `xdg-open`.
Temporary files are stored in `~/Downloads/tmp/responses`.