Skip to content

Commit 5c85aca

Browse files
committed
remove code paragraph
1 parent db4cd92 commit 5c85aca

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

BLOG_STYLE_GUIDE.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -64,25 +64,6 @@ This list is non-exhaustive. If there is something you would like to see on the
6464

6565
---
6666

67-
## 🧑‍💻 Code Style
68-
69-
- Use fenced code blocks with language identifiers:
70-
<pre>
71-
\`\`\`graphql
72-
query GetUser {
73-
user(id: "1") {
74-
name
75-
}
76-
}
77-
\`\`\`
78-
</pre>
79-
80-
- Avoid overly long code samples—focus on what supports the topic.
81-
- Explain what the code is doing either before or after the block.
82-
- Stick to consistent naming conventions (e.g., `getUser`, `createPostMutation`).
83-
84-
---
85-
8667
## ✅ Do
8768

8869
- Cite sources if you reference third-party tools or documentation.

0 commit comments

Comments
 (0)