We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb9259 commit abc62e3Copy full SHA for abc62e3
1 file changed
src/easydiffraction/utils/logging.py
@@ -555,7 +555,7 @@ def section(cls, title: str) -> None:
555
"""Formats a section header with bold green text."""
556
full_title = f'{title.upper()}'
557
line = '━' * len(full_title)
558
- formatted = f'[bold green]{full_title}\n{line}[/bold green]'
+ formatted = f'[bold green]\n{line}\n{full_title}\n{line}[/bold green]'
559
if not in_jupyter():
560
formatted = f'\n{formatted}'
561
cls._console.print(formatted)
0 commit comments