Live data from Hacker News

How do you physically print Markdown files?

news.ycombinator.com

1–8 of 8 posts

Re: How do you physically print Markdown files?

#5
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/

[1] https://danielwiese.com/documentation.pdf

[2] https://github.com/dpwiese/.pandoc

Re: How do you physically print Markdown files?

#8
post #3
post #2

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.