Skip to content

Commit

Permalink
Update markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Aug 16, 2024
1 parent 5ca173e commit e7b604d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/getTableRows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const getTableRows = async (

tableRow.push({
data: (mediaFiles || [])
.map((m) => `<img src="${m.url}" alt="${m.name}" height: "25px" />`)
.map((m) => `![${m.name}](${m.url})`)
.join("\n"),
header: false,
});
Expand Down

0 comments on commit e7b604d

Please sign in to comment.