diff --git a/src/Docusaurus/versioned_docs/version-v3/msbuild/task_reference/heatfile.md b/src/Docusaurus/versioned_docs/version-v3/msbuild/task_reference/heatfile.md
index bad6a4c0..d3b53085 100644
--- a/src/Docusaurus/versioned_docs/version-v3/msbuild/task_reference/heatfile.md
+++ b/src/Docusaurus/versioned_docs/version-v3/msbuild/task_reference/heatfile.md
@@ -13,28 +13,29 @@ you can create a PropertyGroup and specify the settings that you want to use for
your build process. The following is a sample PropertyGroup that contains settings
that will be used by the HeatFile task:
-```
-<HeatFile
- NoLogo="$(HarvestFileNoLogo)"
- SuppressAllWarnings="$(HarvestFileSuppressAllWarnings)"
- SuppressSpecificWarnings="$(HarvestFileSuppressSpecificWarnings)"
- ToolPath="$(WixToolPath)"
- TreatWarningsAsErrors="$(HarvestFileTreatWarningsAsErrors)"
- TreatSpecificWarningsAsErrors="$(HarvestFileTreatSpecificWarningsAsErrors)"
- VerboseOutput="$(HarvestFileVerboseOutput)"
- AutogenerateGuids="$(HarvestFileAutogenerateGuids)"
- GenerateGuidsNow="$(HarvestFileGenerateGuidsNow)"
- OutputFile="$(IntermediateOutputPath)_%(HarvestFile.Filename)_file.wxs"
- SuppressFragments="$(HarvestFileSuppressFragments)"
- SuppressUniqueIds="$(HarvestFileSuppressUniqueIds)"
- Transforms="%(HarvestFile.Transforms)"
- File="@(HarvestFile)"
- ComponentGroupName="%(HarvestFile.ComponentGroupName)"
- DirectoryRefId="%(HarvestFile.DirectoryRefId)"
- PreprocessorVariable="%(HarvestFile.PreprocessorVariable)"
- SuppressCom="%(HarvestFile.SuppressCom)"
- SuppressRegistry="%(HarvestFile.SuppressRegistry)"
- SuppressRootDirectory="%(HarvestFile.SuppressRootDirectory)" />
+```xml
+
```
The following table describes the common WiX MSBuild parameters that are applicable