Skip to content

Commit 245649b

Browse files
committed
punctuation
1 parent aebc115 commit 245649b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Frequently Asked Questions
33
- [How do I log a renderable?](#how-do-i-log-a-renderable)
44
- [How do I render console markup in RichHandler?](#how-do-i-render-console-markup-in-richhandler)
5-
- [Natively inserted ANSI escape sequence characters break alignment of Panel](#natively-inserted-ansi-escape-sequence-characters-break-alignment-of-panel)
5+
- [Natively inserted ANSI escape sequence characters break alignment of Panel.](#natively-inserted-ansi-escape-sequence-characters-break-alignment-of-panel)
66
- [python -m rich.spinner shows extra lines.](#python--m-richspinner-shows-extra-lines)
77
- [Rich is automatically installing traceback handler.](#rich-is-automatically-installing-traceback-handler)
88
- [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
2828
See the docs if you want to [enable console markup](https://rich.readthedocs.io/en/latest/logging.html#logging-handler) in the logging handler.
2929

3030
<a name="natively-inserted-ansi-escape-sequence-characters-break-alignment-of-panel"></a>
31-
## Natively inserted ANSI escape sequence characters break alignment of Panel
31+
## Natively inserted ANSI escape sequence characters break alignment of Panel.
3232

3333
If you print ansi escape sequences for color and style you may find the output breaks your output.
3434
You may find that border characters in Panel and Table are in the wrong place, for example.

questions/ansi_escapes.question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Natively inserted ANSI escape sequence characters break alignment of Panel"
2+
title: "Natively inserted ANSI escape sequence characters break alignment of Panel."
33
alt_titles:
44
- "Escape codes break alignment."
55
---

0 commit comments

Comments
 (0)