Skip to content

Commit

Permalink
render asset requirement as markdown (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat authored Jun 10, 2024
1 parent 641de80 commit b157d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/characters/asset-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function renderAssetCard(
${asset.requirement &&
html`
<dt>Requirement</dt>
<dd class="requirement">${asset.requirement}</dd>
<dd class="requirement">${md(plugin, asset.requirement)}</dd>
`}
${asset.icon && html`<img src=${asset.icon} />`}
${asset.options &&
Expand Down

0 comments on commit b157d36

Please sign in to comment.