diff --git a/docs/sdk/dotnet/network.md b/docs/sdk/dotnet/network.md
index 281349e..ddf5c88 100644
--- a/docs/sdk/dotnet/network.md
+++ b/docs/sdk/dotnet/network.md
@@ -16,8 +16,7 @@ This section describes network APIs, whose network events can be captured the sa
All requests made with ```WebRequest.Create('https://domain.com')``` are captured automatically and do not require any changes in your code. Bugsee will capture all the data passed through the returned ```HttpWebRequest``` instance.
:::warning
-While capturing network requests made using the instances obtained through WebRequest.Create() work out of the box, currently we are not able to capture requests made from direct instantiation of HttpWebRequest: new HttpWebRequest("https://domain.com")
-
+While capturing network requests made using the instances obtained through WebRequest.Create() work out of the box, currently we are not able to capture requests made from direct instantiation of HttpWebRequest: `new HttpWebRequest("https://domain.com")`
:::
## Capturing network in an iOS app
diff --git a/docs/sdk/xamarin/network.md b/docs/sdk/xamarin/network.md
index 5fca422..975398a 100644
--- a/docs/sdk/xamarin/network.md
+++ b/docs/sdk/xamarin/network.md
@@ -20,8 +20,7 @@ This section describes network APIs, whose network events can be captured the sa
All requests made with ```WebRequest.Create('https://domain.com')``` are captured automatically and do not require any changes in your code. Bugsee will capture all the data passed through the returned ```HttpWebRequest``` instance.
:::warning
-While capturing network requests made using the instances obtained through WebRequest.Create() work out of the box, currently we are not able to capture requests made from direct instantiation of HttpWebRequest: new HttpWebRequest("https://domain.com")
-
+While capturing network requests made using the instances obtained through WebRequest.Create() work out of the box, currently we are not able to capture requests made from direct instantiation of HttpWebRequest: `new HttpWebRequest("https://domain.com")`
:::
## Capturing network in an iOS app