Markdown Syntax Support in Document Listing Categories #14404
njlyon0
started this conversation in
Feature Requests
Replies: 1 comment 5 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I've been using the document listing feature of Quarto (described here https://quarto.org/docs/websites/website-listings.html) and have been really liking it with one exception. When you have a lot of categories (i.e., >15) the "Categories" sidebar becomes really difficult to navigate, particularly if the text of the category is long and/or wraps awkwardly within the sidebar.
I'd love if I could use Markdown syntax to bold/italicize/etc. some of the categories to make the tags both more distinct within a particular page and in the "Categories" sidebar on the page where someone can filter blog posts/cards/etc. As it is, only formatting for changing text color is properly interpreted in the page that does the listing but not in the sub-page which looks very awkward and hack-y.
From Quarto's guidance on customizing listing behavior (described here: https://quarto.org/docs/websites/website-listings-custom.html) it seems like this could be solved with some sort of custom EJS template but that feels like a ton of legwork for something that feels--to me--like it should be the default behavior to begin with.
Beta Was this translation helpful? Give feedback.
All reactions