arminveres / md-pdf.nvim

Preview markdown files and convert to PDF inside Neovim!
59 stars 4 forks source link

Links/Images not included when in project root #3

Open arminveres opened 1 year ago

arminveres commented 1 year ago

Using something like project.nvim, that roots the directory of nvim, messes with generation of the pdf, as the relative path changes. So if one is in the project-folder/documents/doc.md and would like to use something from the documents directiory, it will fail, as the current directory is project-root.