broadfield-dev commited on
Commit
57e9383
·
verified ·
1 Parent(s): a5cdca2

Update schema.md

Browse files
Files changed (1) hide show
  1. schema.md +2 -2
schema.md CHANGED
@@ -47,7 +47,7 @@ This document outlines the specific structures the Intelligent Markdown Converte
47
  5. All other text is grouped into an "Instructions & Rules" component.
48
 
49
  **Example:**
50
- \`\`\`markdown
51
  **File and Code Formatting:**
52
  When you provide NEW code...
53
  ...
@@ -55,4 +55,4 @@ When you provide NEW code...
55
  ...
56
 
57
  ### HF_ACTION: DELETE_FILE old_app.py
58
- \`\`\`
 
47
  5. All other text is grouped into an "Instructions & Rules" component.
48
 
49
  **Example:**
50
+ ```markdown
51
  **File and Code Formatting:**
52
  When you provide NEW code...
53
  ...
 
55
  ...
56
 
57
  ### HF_ACTION: DELETE_FILE old_app.py
58
+ ```