ci: changed style

This commit is contained in:
Nicolas 2025-10-15 23:15:18 +02:00
parent 39b803c17d
commit efd56e1a7a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ def main() -> None:
args = parser.parse_args() args = parser.parse_args()
regex = r"(\:\n)(.*?)(^[^\n]+\n[^\n]+result_.*?\n\n)" regex = r"(\:\n)(.*?)(^[^\n]+\n[^\n]+result_.*?\n\n)"
subst = "\\g<1><b>\\g<2></b><span style=\"color:grey\">\\g<3></span>" subst = "\\g<1><em>\\g<2></em><i>\\g<3></i>"
with open(args.path, 'rt') as f: with open(args.path, 'rt') as f:
text = f.read() text = f.read()