Skip to content

GraphQL syntax highlighting not workingย #775

@danstarns

Description

@danstarns

Issue 1: GraphQL not highlighting

````graphql` code blocks render as plain text with no CSS classes applied.

Test case:

query { user { name } }

Expected: language-graphql class and syntax highlighting
Actual: Plain <pre><code> with no language class

Issue 2: Documentation mismatch

Your docs say you use Prism but you actually use Shiki?

Evidence:

  • DOM shows shiki shiki-themes CSS classes
  • Prism is not defined in console
  • GraphQL is supported by Shiki but missing from your bundle

Related:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions