79383695

Date: 2025-01-24 08:41:09
Score: 0.5
Natty:
Report link

From the help of rich.console.Console:

highlight (bool, optional): Enable automatic highlighting. Defaults to True.

So just do:

from rich.console import Console
console = Console(highlight=False)
console.print("aaa [red]bbb [/red] 123 'ccc'")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: globglogabgalab