downlit
downlit copied to clipboard
Work with absolute paths
Work around https://github.com/rstudio/rmarkdown/issues/1889.
Works now. Do we need a test?
Yeah, a test would be useful I think.
Done.
Resolved conflicts.
I bumped into this issue today and, although https://github.com/rstudio/rmarkdown/issues/1889 has been closed, I suspect it is not truly fixed. Anecdotally, it feels like rmarkdown::pandoc_convert(output =)
only works below session temp dir.
I am having trouble using downlit_md_path(out_path = )
when out_path
is not below session tempdir. I intend to follow-up with a better reprex and issue here or in rmarkdown, but in case I don't, I wanted to at least note that there still seem to be path problems as of 2022-08-16.