Rural Remote Renew
Figure 3.7: Rural Remote Region Renewable Capacity
-
-
+
+
@@ -477,8 +477,6 @@
Rural Remote Renew
});
clipboard.on('success', onCopySuccess);
if (window.document.getElementById('quarto-embedded-source-code-modal')) {
- // For code content inside modals, clipBoardJS needs to be initialized with a container option
- // TODO: Check when it could be a function (https://github.com/zenorocha/clipboard.js/issues/860)
const clipboardModal = new window.ClipboardJS('.code-copy-button[data-in-quarto-modal]', {
text: getTextToCopy,
container: window.document.getElementById('quarto-embedded-source-code-modal')
@@ -589,7 +587,6 @@
Rural Remote Renew
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
- // TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
@@ -831,10 +828,10 @@