diff --git a/README.md b/README.md
index 07e5103998bb57..44804d7bf6c091 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
 # .NET Runtime
 
+
 [](https://dev.azure.com/dnceng-public/public/_build/latest?definitionId=129&branchName=main)
 [](https://github.com/dotnet/runtime/labels/help%20wanted)
 [](https://github.com/dotnet/runtime/labels/good%20first%20issue)
diff --git a/src/mono/browser/browser.proj b/src/mono/browser/browser.proj
index a5a763d1f34d8f..1c27f9104c0347 100644
--- a/src/mono/browser/browser.proj
+++ b/src/mono/browser/browser.proj
@@ -2,6 +2,7 @@
 
   
 
+
   
     
     $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', 'native', '$(NetCoreAppCurrent)-$(TargetOS)-$(Configuration)-$(TargetArchitecture)'))
diff --git a/src/mono/browser/build/README.md b/src/mono/browser/build/README.md
index 495e8020b76a5a..f0a2f98e6d3081 100644
--- a/src/mono/browser/build/README.md
+++ b/src/mono/browser/build/README.md
@@ -1,5 +1,6 @@
 # Wasm app build
 
+
 This usually consists of taking the built assemblies, and related files, and generating an app bundle.
 
 Wasm app build can run in two scenarios:
diff --git a/src/mono/wasm/build/WasmApp.Common.props b/src/mono/wasm/build/WasmApp.Common.props
index 9884d97b1d20bf..3d6b8b65c20b99 100644
--- a/src/mono/wasm/build/WasmApp.Common.props
+++ b/src/mono/wasm/build/WasmApp.Common.props
@@ -1,5 +1,6 @@
 
   
+
     wasm
     true
 
diff --git a/src/mono/wasm/features.md b/src/mono/wasm/features.md
index 97f1e8213d988f..76c4966add9c46 100644
--- a/src/mono/wasm/features.md
+++ b/src/mono/wasm/features.md
@@ -1,5 +1,6 @@
 # Configuring and hosting .NET WebAssembly applications
 
+
 ## Table of contents
 - [Configuring browser features](#Configuring-browser-features)
 - [Project folder structure](#Project-folder-structure)