From 245649b3e2d6e16aef315d95904df26bee7b8550 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 30 Apr 2024 09:47:29 +0100 Subject: [PATCH] punctuation --- FAQ.md | 4 ++-- questions/ansi_escapes.question.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index e8129f42..72ce2b31 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2,7 +2,7 @@ # Frequently Asked Questions - [How do I log a renderable?](#how-do-i-log-a-renderable) - [How do I render console markup in RichHandler?](#how-do-i-render-console-markup-in-richhandler) -- [Natively inserted ANSI escape sequence characters break alignment of Panel](#natively-inserted-ansi-escape-sequence-characters-break-alignment-of-panel) +- [Natively inserted ANSI escape sequence characters break alignment of Panel.](#natively-inserted-ansi-escape-sequence-characters-break-alignment-of-panel) - [python -m rich.spinner shows extra lines.](#python--m-richspinner-shows-extra-lines) - [Rich is automatically installing traceback handler.](#rich-is-automatically-installing-traceback-handler) - [Strange colors in console output.](#strange-colors-in-console-output) @@ -28,7 +28,7 @@ Console markup won't work anywhere else, other than `RichHandler` -- which is wh See the docs if you want to [enable console markup](https://rich.readthedocs.io/en/latest/logging.html#logging-handler) in the logging handler. -## Natively inserted ANSI escape sequence characters break alignment of Panel +## Natively inserted ANSI escape sequence characters break alignment of Panel. If you print ansi escape sequences for color and style you may find the output breaks your output. You may find that border characters in Panel and Table are in the wrong place, for example. diff --git a/questions/ansi_escapes.question.md b/questions/ansi_escapes.question.md index c32b0b21..cb60ed93 100644 --- a/questions/ansi_escapes.question.md +++ b/questions/ansi_escapes.question.md @@ -1,5 +1,5 @@ --- -title: "Natively inserted ANSI escape sequence characters break alignment of Panel" +title: "Natively inserted ANSI escape sequence characters break alignment of Panel." alt_titles: - "Escape codes break alignment." ---