From 8f4e7ed09f273117f4d216dad7d6681fb0ceeebe Mon Sep 17 00:00:00 2001 From: Arie Heinrich Date: Sat, 22 Aug 2026 21:57:23 +0200 Subject: [PATCH] markdown rules --- reference/7.7/Microsoft.PowerShell.Core/Clear-History.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/reference/7.7/Microsoft.PowerShell.Core/Clear-History.md b/reference/7.7/Microsoft.PowerShell.Core/Clear-History.md index e90fecab7405..9cb50f21316e 100644 --- a/reference/7.7/Microsoft.PowerShell.Core/Clear-History.md +++ b/reference/7.7/Microsoft.PowerShell.Core/Clear-History.md @@ -20,7 +20,8 @@ Deletes entries from the PowerShell session command history. ### IDParameter (Default) ``` -Clear-History [[-Id] ] [[-Count] ] [-Newest] [-WhatIf] [-Confirm] [] +Clear-History [[-Id] ] [[-Count] ] [-Newest] [-WhatIf] [-Confirm] + [] ``` ### CommandLineParameter @@ -258,7 +259,8 @@ wildcards to match commands in the PowerShell session history displayed by `Get- enter more than one string, `Clear-History` deletes commands that match any of the strings. The **CommandLine** parameter can be used with **Count**. -For strings with a space, use single quotations. For more information, see [about_Quoting_Rules](About/about_Quoting_Rules.md). +For strings with a space, use single quotations. For more information, see +[about_Quoting_Rules](About/about_Quoting_Rules.md). ```yaml Type: System.String[] @@ -402,7 +404,8 @@ information, see [about_History](About/about_History.md). The session history is managed separately from the history maintained by the **PSReadLine** module. Both histories are available in sessions where **PSReadLine** is loaded. This cmdlet only works with -the session history. For more information see, [about_PSReadLine](../PSReadLine/About/about_PSReadLine.md). +the session history. For more information see +[about_PSReadLine](../PSReadLine/About/about_PSReadLine.md). ## RELATED LINKS