Replies: 1 comment 7 replies
-
Thanks for reporting. Are you using the Insiders build? Card grids are currently only available to sponsors of the project: |
Beta Was this translation helpful? Give feedback.
7 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.
-
Hello there, I'm trying to set up a grid for my home page but neither my code or the sample code provided in the documentation displays properly.
For reference this is the code on
index.md
:The page loads and the pipeline runs without any issue, but instead of rendering a grid it displays a list.
I've enabled the proper extension in my
mkdocs.yml
file:I've also tried altering the tag in the
<div class="grid cards" markdown="block">
to either<div class="grid cards" markdown>
or<div class="grid cards" markdown="1">
, but to no avail.Does anyone here have a clue as to what I am doing wrong? I've added a screenshot of the page as it currently renders with the aforementioned code.
Beta Was this translation helpful? Give feedback.
All reactions