Skip to content

Commit fafc95c

Browse files
committed
🎨 format, escape pagemark
1 parent 2f86c1e commit fafc95c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/vuegen/quarto_reportview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def _create_yaml_header(self) -> str:
282282
\\usepackage{hyperref}
283283
\\clearpairofpagestyles
284284
\\lofoot{This report was generated with \\href{https://github.com/Multiomics-Analytics-Group/vuegen}{VueGen} | \\copyright{} 2025 \\href{https://github.com/Multiomics-Analytics-Group}{Multiomics Network Analytics Group}}
285-
\\rofoot{\pagemark}""",
285+
\\rofoot{\\pagemark}""",
286286
r.ReportType.DOCX: """
287287
docx:
288288
toc: false""",

src/vuegen/utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,9 @@ def init_log(
711711
return logger
712712

713713

714-
def get_logger(log_suffix, folder="logs", display=True, logger_id='vuegen') -> tuple[logging.Logger, str]:
714+
def get_logger(
715+
log_suffix, folder="logs", display=True, logger_id="vuegen"
716+
) -> tuple[logging.Logger, str]:
715717
"""
716718
Initialize the logger with a log file name that includes an optional suffix.
717719

0 commit comments

Comments
 (0)