downlit icon indicating copy to clipboard operation
downlit copied to clipboard

Work with absolute paths

Open krlmlr opened this issue 3 years ago • 5 comments

Work around https://github.com/rstudio/rmarkdown/issues/1889.

krlmlr avatar Sep 03 '20 06:09 krlmlr

Works now. Do we need a test?

krlmlr avatar Sep 03 '20 14:09 krlmlr

Yeah, a test would be useful I think.

hadley avatar Sep 03 '20 17:09 hadley

Done.

krlmlr avatar Sep 04 '20 03:09 krlmlr

Resolved conflicts.

krlmlr avatar Sep 25 '20 02:09 krlmlr

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.

jennybc avatar Aug 17 '22 04:08 jennybc