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