How do you physically print Markdown files?

1 points by yazinsai ↗ HN
May sound strange, but it's been driving me nuts. Typed it out in VS Code, but there's no "Print" menu item there.

7 comments

[ 3.9 ms ] story [ 15.2 ms ] thread
open the file in another editor. like notepad, word.. from there you can print.
i want to print *formatted markdown, not just the markdown text.
then use pandoc to transform from Markdown to PDF.

the PDF looks very pretty in my opinion.

You could use Pandoc [0] to render it into HTML and then open that in a browser and print it...

[0] https://pandoc.org/

You could type it into a private Github repo and print out the formatted web page?
There's a plugin to print in VS Code. Preview your markdown and print with the plugin.