diff --git a/.idea/docs.duendesoftware.com.iml b/.idea/docs.duendesoftware.com.iml
index 0756b76f..b16af2e1 100644
--- a/.idea/docs.duendesoftware.com.iml
+++ b/.idea/docs.duendesoftware.com.iml
@@ -6,6 +6,8 @@
+
+
diff --git a/src/content/docs/identitymodel/utils/base64.md b/src/content/docs/identitymodel/utils/base64.md
index 6975fabb..5b29f6ae 100644
--- a/src/content/docs/identitymodel/utils/base64.md
+++ b/src/content/docs/identitymodel/utils/base64.md
@@ -37,6 +37,9 @@ bytes = WebEncoders.Base64UrlDecode(b64url);
var text = Encoding.UTF8.GetString(bytes);
Console.WriteLine(text);
+```
+
+## IdentityModel's Base64Url
IdentityModel includes the *Base64Url* class to help with
encoding/decoding: