Skip to content

Commit

Permalink
wrap html in rawblock
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed Dec 18, 2024
1 parent 98a0db0 commit 9828b2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/resources/projects/website/listing/listing-table.ejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ return listing.utilities.outputLink(item, field, value, `listing-${field}`);
}
%>

```{=html}
<table class="quarto-listing-table table<%- stripedCls %><%- hoverCls %>">
<thead>
<tr>
Expand All @@ -90,3 +91,4 @@ return listing.utilities.outputLink(item, field, value, `listing-${field}`);
<% } %>
</tbody>
</table>
```

0 comments on commit 9828b2e

Please sign in to comment.