Open spazziale opened 7 months ago
Would probably just make more sense to implement #97 for printing to PDF?
I just wanted to add into here that pandoc can accomplish this fairly easily. I'm not sure if the goal is to integrate directly into the Folio src but this is how I would do it with pandoc:
sudo apt install pandoc
pandoc -f Markdown note1.md -o note1.pdf
More info on Pandoc manual
Some existing tool such as pandoc (which supports many other formats, but for now I would limit to pdf) can be used. If the feature is of interest I could try to implement it