Skip to content

Commit 28ee6b1

Browse files
committed
remove comma in reference to adding table as img into document in day 3
1 parent 269eee7 commit 28ee6b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Curriculum/Day_3/day_3.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ We don't recommended adding tables as images, since it significantly reduces the
542542

543543
Use the following notation to reference an external table as an image:
544544

545-
`![Caption for my example table](example_table.png){fig-alt="This is the alternative text for my table", #tbl-example}`
545+
`![Caption for my example table](example_table.png){fig-alt="This is the alternative text for my table" #tbl-example}`
546546

547547
::: callout-note
548548
Notice how there is alternative text added to this method of adding a table. In this scenario, the table is recognized as an image and thus would NOT pass accessibility checks. **Please make sure you add alternative text for image-based tables added in this way.**

0 commit comments

Comments
 (0)