panache 2.41.0

An LSP, formatter, and linter for Markdown, Quarto, and R Markdown
project:
  type: website
  pre-render: filters/pre-render.lua
  preview:
    port: 4200

website:
  title: "Panache: Language Server, Formatter, and Linter for Markdown, Quarto, and R Markdown"
  description: >-
    Panache provides authoring tools for Markdown, Quarto, and R Markdown: a
    language server, formatter, and linter to help you write better documents,
    more efficiently.

  site-url: "https://panache.bz"
  repo-url: "https://github.com/jolars/panache/docs"
  issue-url: "https://github.com/jolars/panache/issues"

  repo-actions: [edit, issue]

  search: true

  image: images/og.png
  image-alt: "Panache logo"

  twitter-card: true

  open-graph:
    locale: en_US
    site-name: "Panache"

  page-footer:
    left: "panache v{{< meta version >}} | Copyright 2026, Johan Larsson"
    right:
      - icon: github
        href: "https://github.com/jolars/panache"
        aria-label: "Source for this webpage"

  navbar:
    logo:
      light: images/logo-with-text.svg
      dark: images/logo-with-text-dark.svg
    logo-alt: "Panache logo"

    title: false

    tools:
      - icon: github
        href: "https://github.com/jolars/panache"

    left:
      - href: getting-started.qmd
        text: Getting Started
      - href: guide
        text: Guide
      - href: reference
        text: Reference
      - href: development
        text: Development
      - href: changelog.md
        text: Changelog
      - text: Help
        menu:
          - text: Report a bug
            icon: "bug"
            href: "https://github.com/jolars/panache/issues"
          - text: Ask a question
            icon: "chat-right-text"
            href: "https://github.com/jolars/panache/discussions"
      - href: playground/index.html
        text: "Playground"
        icon: box-arrow-up-right
        target: _blank

  sidebar:
    - id: guide
      style: floating
      collapse-level: 3
      contents:
        - section: "Guide"
          style: floating
          href: guide/index.qmd
          contents:
            - href: guide/formatting.qmd
              text: Formatting
            - href: guide/linting.qmd
              text: Linting
            - href: guide/lsp.qmd
              text: Language Server
            - href: guide/configuration.qmd
              text: Configuration
            - href: guide/integrations.qmd
              text: Integrations
            - href: guide/performance.qmd
              text: Performance
            - href: guide/comparison.qmd
              text: Comparison
        - section: "Reference"
          style: floating
          href: reference/index.qmd
          contents:
            - href: reference/cli.qmd
              text: Command Line Interface
            - href: reference/formatter-presets.qmd
              text: External Formatter Presets
            - href: reference/linter-presets.qmd
              text: External Linter Presets
    - id: development
      style: floating
      collapse-level: 3
      contents:
        - section: "Development"
          style: floating
          href: development/index.qmd
          contents:
            - href: development/lsp.qmd
              text: Language Server
            - href: development/commonmark-conformance.qmd
              text: CommonMark conformance
            - href: development/contributing.md
              text: Contributing

resources:
  - "playground/**"
  - "apple-touch-icon.png"
  - "favicon-96x96.png"
  - "favicon.ico"
  - "favicon.svg"
  - "site.webmanifest"
  - "web-app-manifest-192x192.png"
  - "web-app-manifest-512x512.png"
  - "d8f6b1cafaee4cbc8aec36e0b9b5bb01.txt" # IndexNow verification file

highlight-style: breeze

format:
  html:
    toc: true
    theme:
      light: cosmo
      dark: [cosmo, theme-dark.scss]
    html-math-method: katex
    pagetitle: "{{< meta title >}}"
    code-copy: true
    include-in-header: _includes/social-extra.html

toc: true
date-format: "D MMMM YYYY"

filters:
  - filters/pre-render.lua
  - filters/promote-heading-to-title.lua