Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

fix: tab-to-space conversion in code blocks (18 en pages affected) #161

Description

@jp-knj

Problem

Tabs in code blocks are converted to spaces, changing the original source code indentation.

Affected: ~18 en pages × 14 locales ≈ 252 pages total

Example

markflow: "\n  name: string,\n  price: number,"
baseline: "\n\tname: string,\n\tprice: number,"

Sample files: en/guides/client-side-scripts, en/guides/cms/buttercms, en/guides/cms/caisy

Root Cause

JSX normalize reindent_line logic or Rust renderer converting tabs to spaces inside code blocks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions