Hacker News new | ask | show | jobs
by ffk 2104 days ago
One pattern I like to use is to write my documents using markdown which can be compiled into pdf via latex with a template of my choosing. It is also capable of compiling to other formats which may be more accessible such as plain text, html and docx.

https://pandoc.org/

[edit to add link to pandoc]