broadfield-dev commited on
Commit
f968aac
·
verified ·
1 Parent(s): 6273301

Update schema.md

Browse files
Files changed (1) hide show
  1. schema.md +2 -1
schema.md CHANGED
@@ -6,6 +6,7 @@
6
  **Detection:** Contains \`## File Structure\` AND \`### File:\`.
7
  **Purpose:** Representing project codebases.
8
  **Layout Example:**
 
9
  # Project Export
10
  ## File Structure
11
  - main.py
@@ -15,7 +16,7 @@
15
  \`\`\`python
16
  print("Hello World")
17
  \`\`\`
18
-
19
  ---
20
 
21
  ## 2. Standard README Format
 
6
  **Detection:** Contains \`## File Structure\` AND \`### File:\`.
7
  **Purpose:** Representing project codebases.
8
  **Layout Example:**
9
+ ```md
10
  # Project Export
11
  ## File Structure
12
  - main.py
 
16
  \`\`\`python
17
  print("Hello World")
18
  \`\`\`
19
+ ```
20
  ---
21
 
22
  ## 2. Standard README Format