-
Notifications
You must be signed in to change notification settings - Fork 29.9k
Closed
Labels
DocumentationRelated to Next.js' official documentation.Related to Next.js' official documentation.locked
Description
What is the improvement or update you wish to see?
In the authentication docs, there is a numbered list where each item should have bullet points underneath. Oddly, it's rendered as more numbers in the list but, shaded to be darker.

I found the code responsible at https://github.com/vercel/next.js/edit/canary/docs/02-app/01-building-your-application/09-authentication/index.mdx on lines 335 - 343.
I rendered the associated text on my end and it appears to be fine:
ex.
- topic 1
- sub point
- topic 2
A solution could be adding one more space to each bullet point to bring the space count from 3 to 4 which helps with github's markdown.
Is there any context that might help us understand?
N/A
Does the docs page already exist? Please link to it.
https://nextjs.org/docs/app/building-your-application/authentication
Metadata
Metadata
Assignees
Labels
DocumentationRelated to Next.js' official documentation.Related to Next.js' official documentation.locked