diff --git a/src/module/datasworn2/import/index.ts b/src/module/datasworn2/import/index.ts index 51a4786e7..7822a22a7 100644 --- a/src/module/datasworn2/import/index.ts +++ b/src/module/datasworn2/import/index.ts @@ -421,7 +421,7 @@ for (const collection of collections) { const rowId = hash(lookupLegacyId(row._id)) return { range: [row.roll.min, row.roll.max], - text: renderLinksInStr(row.text), + text: renderText(row.text), _key: `!tables.results!${fid}.${rowId}`, _id: rowId }