From aae25f71076cdc19b8b65ed7fb16307059b59730 Mon Sep 17 00:00:00 2001 From: Chad Baldwin Date: Tue, 25 Nov 2025 16:46:34 -0500 Subject: [PATCH] Fix markdown typo for rendering table --- docs/PSFramework/Logging/loggingto/console.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/PSFramework/Logging/loggingto/console.md b/docs/PSFramework/Logging/loggingto/console.md index 756b541..06377bf 100644 --- a/docs/PSFramework/Logging/loggingto/console.md +++ b/docs/PSFramework/Logging/loggingto/console.md @@ -31,6 +31,7 @@ Each available placeholder starts and ends with a "%". Available Placeholders: |Message|The message that was actually logged| +|---|---| |Time|The time the message was written at in "HH:mm:ss.fff" format. E.g.: "14:12:47.453"| |Date|The date the message was written at in "yyyy-MM-dd" format. E.g.: "2021-01-17"| |Tags|The tags that were part of the message. E.g.: "error, failed, connect"|