diff --git a/configuration/mongodb-integration.md b/configuration/mongodb-integration.md
index 2fc2887..55aaa34 100644
--- a/configuration/mongodb-integration.md
+++ b/configuration/mongodb-integration.md
@@ -3,7 +3,7 @@
To configure OpenIddict to use MongoDB as the database for applications, authorizations, scopes and tokens, you'll need to:
- **Reference the `OpenIddict.MongoDb` package**:
```xml
-
+
```
- **Configure OpenIddict to use the MongoDB stores**:
diff --git a/guide/getting-started.md b/guide/getting-started.md
index 95f5f67..f0bd6d5 100644
--- a/guide/getting-started.md
+++ b/guide/getting-started.md
@@ -12,8 +12,8 @@ If you don't want to start from one of the recommended samples, you'll need to:
- **Update your `.csproj` file** to reference the latest `OpenIddict` packages:
```xml
-
-
+
+
```
- **Configure the OpenIddict core, server and validation services** in `Startup.ConfigureServices`.
diff --git a/guide/migration/20-to-30.md b/guide/migration/20-to-30.md
index d3aec37..fa69791 100644
--- a/guide/migration/20-to-30.md
+++ b/guide/migration/20-to-30.md
@@ -13,8 +13,8 @@ For that, update your `.csproj` file to reference the `OpenIddict.AspNetCore` 3.
```xml
-
-
+
+
```