public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Pandoc and dynamically generated JavaScript URLs
@ 2021-08-18 14:19 Joaquin Garcia
       [not found] ` <CALJ=7rGPR1B06DrKEsss1P9SBt3yARkn2n+kL+Wo4SiNNwpMHA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Joaquin Garcia @ 2021-08-18 14:19 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 952 bytes --]

I am working in RStudio and changed from using knit2html to
rmarkdown::render to render an RMD file which generates some plots using
GoogleVis. The issue is that the .MD file contains the proper link to the
script URL but Pandoc is pasting the script contents into the URL, because
the file is self-contained.

Currently in .MD file (should stay):

<script type="text/javascript" src="foo"></script>

What Pandoc produces:

<script type="text/javascript" src="contents_of_foo"></script>

How do I stop this from happening?

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CALJ%3D7rGPR1B06DrKEsss1P9SBt3yARkn2n%2BkL%2BWo4SiNNwpMHA%40mail.gmail.com.

[-- Attachment #2: Type: text/html, Size: 1597 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-18 16:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-18 14:19 Pandoc and dynamically generated JavaScript URLs Joaquin Garcia
     [not found] ` <CALJ=7rGPR1B06DrKEsss1P9SBt3yARkn2n+kL+Wo4SiNNwpMHA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2021-08-18 15:29   ` BPJ
2021-08-18 16:06   ` Gwern Branwen
2021-08-18 16:13   ` John MacFarlane

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).