diff --git a/docs/importing.md b/docs/importing.md
index 45891e0..4bf63db 100644
--- a/docs/importing.md
+++ b/docs/importing.md
@@ -72,10 +72,12 @@ As PDFKit internally relies on several different built in modules of Node.js, it
PDFKit provides a pre-built bundle that can be used directly in the browser. Similarly SwissQRBill also provides a pre-built bundle. It can be imported from the JSDelivr CDN as follows:
```html
-
+
+
+```
+
+```html
+
```
The bundle exposes all exports in the global variable `SwissQRBill`.
diff --git a/docs/migration-v3-to-v4.md b/docs/migration-v3-to-v4.md
index b0edb0d..faf3d3d 100644
--- a/docs/migration-v3-to-v4.md
+++ b/docs/migration-v3-to-v4.md
@@ -85,7 +85,7 @@ If you previously used the pre built bundle, provided by SwissQRBill, you now ha
-
+
```
Again, please have a look at the [importing documentation](./importing.md) for more information and examples on how to import the library now.