0byt3m1n1
Path:
C:
/
Program Files
/
RStudio
/
resources
/
app
/
bin
/
quarto
/
share
/
formats
/
html
/
hypothesis
/
[
Home
]
File: hypothesis.ejs
<% let srcHref = "https://hypothes.is/embed.js"; %> <% if (typeof(hypothesis) === "object") { %> <% if (hypothesis['client-url']) { srcHref = hypothesis['client-url']; } %> <script type="application/json" class="js-hypothesis-config"> <%= JSON.stringify(hypothesis, undefined, 2) %> </script> <% } %> <script async src="<%= srcHref %>"></script> <script> window.document.addEventListener("DOMContentLoaded", function (_event) { document.body.classList.add('hypothesis-enabled'); }); </script>