by dpwiese on 6/18/2020, 2:54:45 PM
Although I no longer physically print, Pandoc is probably the way to go to generate a PDF which you can then print. I wrote some notes in markdown on my little site [0] and with Pandoc generated a PDF from the same source file [1]. I shared my Pandoc setup I used [2] and hope this might be of help to you!
[0] https://danielwiese.com/posts/documentation/
by utf_8x on 6/18/2020, 12:54:55 PM
You could use Pandoc [0] to render it into HTML and then open that in a browser and print it...
by mikecoles on 6/18/2020, 8:10:04 PM
There's a plugin to print in VS Code. Preview your markdown and print with the plugin.
by theschmed on 6/18/2020, 5:34:15 PM
You could type it into a private Github repo and print out the formatted web page?
by elviejo on 6/18/2020, 12:20:49 PM
open the file in another editor. like notepad, word.. from there you can print.
May sound strange, but it's been driving me nuts. Typed it out in VS Code, but there's no "Print" menu item there.