Skip to content

Commit e66990c

Browse files
authored
Not working block remvoe
Removed example for single-language focus block in CONTRIBUTING.md.
1 parent 3ea322f commit e66990c

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -348,16 +348,7 @@ def example():
348348
### 2. `:::code-note` — Single-Language Focus Block
349349
Use for a **featured snippet** that deserves visual emphasis — a clean, dedicated display for one language.
350350
Perfect for: recursive variants, utility helpers, built-in usage examples.
351-
```
352-
:::code-note
353-
354-
```python
355-
def binary_search(arr, target):
356-
...
357-
```
358351

359-
:::
360-
```
361352

362353
### 3. `:::code-tabs` — Multi-Language Tab View
363354
Use when showing the **same algorithm in multiple languages** side by side as switchable tabs.

0 commit comments

Comments
 (0)