From 7d0f9b62752d8378d6156d8197cf7a0383f16d52 Mon Sep 17 00:00:00 2001 From: tycon Date: Sun, 12 Oct 2025 01:05:45 +0800 Subject: [PATCH] Add XML code block formatting to usage examples Wrapped usage examples in XML code blocks for improved readability and clarity in the documentation. --- docs/en/codebuddy-prompts/Craft Prompt.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/codebuddy-prompts/Craft Prompt.md b/docs/en/codebuddy-prompts/Craft Prompt.md index a01b5230..c4c2006c 100644 --- a/docs/en/codebuddy-prompts/Craft Prompt.md +++ b/docs/en/codebuddy-prompts/Craft Prompt.md @@ -264,12 +264,14 @@ Parameters: * To delete code: Use empty REPLACE section 5. IMPORTANT: There must be EXACTLY ONE ======= separator between <<<<<<< SEARCH and >>>>>>> REPLACE Usage: +```xml File path here Search and replace blocks here +``` ## preview_markdown Description: Request to preview a Markdown file by converting it to HTML and opening it in the default web browser. This tool is useful for reviewing the rendered output of Markdown files. @@ -373,6 +375,7 @@ Usage: ## Example 3: Requesting to make targeted edits to a file +```xml src/components/App.tsx @@ -405,6 +408,7 @@ return ( >>>>>>> REPLACE +``` ## Example 4: Requesting to use an MCP tool