Skip to content

Commit 0f779cf

Browse files
committed
fix: use markdown div thus no raw block
1 parent 4b4c36b commit 0f779cf

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
```{=html}
2-
<div class="listing-no-matching d-none">
1+
::: {.listing-no-matching .d-none}
32
<%- listing.utilities.localizedString("listing-page-no-matches") %>
4-
</div>
3+
:::
4+
55
<% if (listing["page-size"] < items.length) { %>
6+
7+
```{=html}
68
<nav id="<%- listing.id %>-pagination" class="listing-pagination" aria-label="Page Navigation">
79
<ul class="pagination"></ul>
810
</nav>
9-
<% } %>
1011
```
12+
13+
<% } %>

0 commit comments

Comments
 (0)