Is there any way to use rmarkdown::html_document()
to yield an html file that has the local files embedded, but not URLs? I'd like to leave any URLs (to things like CDNs, etc) as they are. I tried self_contained=false
, but that leaves the local files as links to local folders.
To prevent Pandoc for embeding some links, you need to add data-external
attributes to them
This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.