mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 06:40:32 +00:00
[Windows] Fix markdown in the software report (#4587)
This commit is contained in:
@@ -21,7 +21,7 @@ function Build-MarkdownElement
|
||||
)
|
||||
|
||||
$markdown = New-MDHeader $Head -Level 4
|
||||
$markdown += New-MDParagraph -Lines $Content
|
||||
$markdown += New-MDParagraph -Lines $Content -NoNewLine
|
||||
|
||||
return $markdown
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user