We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54094d3 commit f8ac674Copy full SHA for f8ac674
src/utils.js
@@ -171,7 +171,6 @@ export function loadPrismCore() {
171
return new Promise((resolve, reject) => {
172
const script = document.createElement('script');
173
script.src = 'https://unpkg.com/prismjs@1.29.0/components/prism-core.min.js';
174
- script.dataset.manual = '';
175
script.onload = resolve;
176
script.onerror = reject;
177
document.head.appendChild(script);
0 commit comments