Back to Rich

Why does content in square brackets disappear?

questions/square_brackets.question.md

15.0.0324 B
Original Source

Rich will treat text within square brackets as markup tags, for instance "[bold]This is bold[/bold]".

If you are printing strings with literally square brackets you can either disable markup, or escape your strings. See the docs on console markup for how to do this.