Skip to content

[docs | wiki] Fixed XIN Rules code block rendering by removing indentation#10480

Open
priyavrat7 wants to merge 1 commit intoaces:mainfrom
priyavrat7:2026_05_04_XIN_Rule_documentation_rendering_FIX
Open

[docs | wiki] Fixed XIN Rules code block rendering by removing indentation#10480
priyavrat7 wants to merge 1 commit intoaces:mainfrom
priyavrat7:2026_05_04_XIN_Rule_documentation_rendering_FIX

Conversation

@priyavrat7
Copy link
Copy Markdown

Situation
XIN Rules documentation contained fenced code blocks indented under list items, causing inconsistent rendering.

Task
To fix inconsistent rendering of code blocks in the XIN Rules documentation.

Action
Removed indentation from affected fenced code blocks, converting them to top-level blocks so the Markdown parser treats them as literal code.

Result
Code blocks should now render correctly, with pipe characters preserved and no parsing issues, which closes #10409.

Unindented fenced code blocks in Annexe_A_XIN-Rules.md to ensure they are
treated as literal blocks by the Markdown parser, preserving pipe (`|`)
characters and preventing mis-parsing.
@priyavrat7 priyavrat7 added Category: Bug PR or issue that aims to report or fix a bug Area: UI PR or issue related to the user interface labels May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: UI PR or issue related to the user interface Category: Bug PR or issue that aims to report or fix a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

XIN Rule documentation not rendering correctly

2 participants