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-/JYPxA39Uh5TLH3MbocFFw@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.