The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add alias/metadata to transclude tag (#1229)

authored by

Alex Nordstrom and committed by
GitHub
c95f1d23 b7793bd8

+1 -1
+1 -1
quartz/plugins/transformers/ofm.ts
··· 271 271 return { 272 272 type: "html", 273 273 data: { hProperties: { transclude: true } }, 274 - value: `<blockquote class="transclude" data-url="${url}" data-block="${block}"><a href="${ 274 + value: `<blockquote class="transclude" data-url="${url}" data-block="${block}" data-embed-alias="${alias}"><a href="${ 275 275 url + anchor 276 276 }" class="transclude-inner">Transclude of ${url}${block}</a></blockquote>`, 277 277 }