You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import Asciidoctor from './node_modules/@asciidoctor/core/dist/browser/asciidoctor.js'
32
+
const asciidoctor = Asciidoctor()
33
+
</script>
34
34
```
35
35
36
+
[NOTE]
37
+
====
38
+
You need to pay attention to local testing — if you try to load the HTML file locally (i.e. with a file:// URL), you'll run into CORS errors due to JavaScript module security requirements.
39
+
You need to do your testing through a server.
40
+
41
+
Learn more about https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules[JavaScript modules].
0 commit comments