Skip to content

Commit 43a229d

Browse files
committed
Process header template with commonmark()
1 parent bf5754f commit 43a229d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pointblank/validate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10460,6 +10460,8 @@ def _step_report_row_based(
1046010460
if header == ":default:":
1046110461
header = "{title}{details}"
1046210462

10463+
# Use commonmark to convert the header text to HTML
10464+
header = commonmark.commonmark(header)
1046310465

1046410466
# Place any templated text in the header
1046510467
header = header.format(title=title, details=details)

0 commit comments

Comments
 (0)