ox-it / OxfordIDN_htmlwidgets

Interactive visualisation templates with htmlwidgets and R
http://ox-it.github.io/OxfordIDN_htmlwidgets/
MIT License
3 stars 6 forks source link

RMarkdown HTML source #37

Open ToonTalk opened 7 years ago

ToonTalk commented 7 years ago

Regarding " If the .html source was inspected you would find the following:"

<script src="data:application/x-javascript;base64,compressedJavaScript="></script

is missing the final >

And shouldn't it be

<script src="data:application/x-javascript;base64,compressedJavaScript=..."></script>