Skip to content

Commit 049a7ba

Browse files
authored
Merge pull request #282 from peekxc/patch-1
Update md_renderer.py
2 parents 7fb7518 + d1f471e commit 049a7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quartodoc/renderers/md_renderer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ def _summary_row(link, description):
579579
def summarize(self, el):
580580
"""Produce a summary table."""
581581

582-
raise NotImplementedError("Unsupported type: {type(el)}")
582+
raise NotImplementedError(f"Unsupported type: {type(el)}")
583583

584584
@dispatch
585585
def summarize(self, el: layout.Layout):

0 commit comments

Comments
 (0)