Skip to content

docs(coding-agent): nested code fences break rendering in termux.md #4503

@Youpen-y

Description

@Youpen-y

What happened?

File: docs/termux.md

Problem: The ```markdown code fence at line 39 is prematurely closed by the ``` at line 51 (inside the example AGENTS.md), causing the rest of the document to render incorrectly.

Suggested fix:

  • Line 39: ```markdown -> ````markdown
  • Line 94: ``` -> ````

This uses 4-backtick fences for the outer block so they don't conflict with the inner 3-backtick fences.

Steps to reproduce

Checking termux.md will reveal problems.

Expected behavior

No response

Version

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingclosed-because-refactorClosed while the project refactor is in progressinprogressIssue is being worked on

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions