Skip to content

Docs: Sub bullet point rendering incorrectly as numbered list #61838

@Luceium

Description

@Luceium

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.
image

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.

  1. topic 1
    • sub point
  2. 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

No one assigned

    Labels

    DocumentationRelated to Next.js' official documentation.locked

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions