Skip to content

Commit

Permalink
правки
Browse files Browse the repository at this point in the history
  • Loading branch information
parinovK committed Dec 17, 2024
1 parent f200599 commit 47cdf5a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions ru/project/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,23 @@

**Неверный пример**

```# Тест1
```markdown
# Тест1

### Тест2

### Тест3```
### Тест3
```

**Верный пример**

```# Тест1
```markdown
# Тест1

## Тест2

### Тест3```
### Тест3
```


## Структура {#structure}
Expand Down

0 comments on commit 47cdf5a

Please sign in to comment.