We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddec70 commit 50466fdCopy full SHA for 50466fd
tools/ImportExamples.ps1
@@ -459,7 +459,7 @@ function Retain-ExistingCorrectExamples {
459
$Header = "### Example " + $CorrectMaintainableHeaderCount + ": Code snippet"
460
}
461
462
- $MaintainedCorrectExample = "$Header`r`n```````r`n$Description`r`n"
+ $MaintainedCorrectExample = "$Header```````n$Description`r`n"
463
$CorrectMaintainableHeaderCount++
464
Add-Content -Path $File -Value $MaintainedCorrectExample
465
0 commit comments