Skip to content

Commit

Permalink
Add top-level header to code example
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeschinkel committed Jul 3, 2024
1 parent a431284 commit 02faaa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions md/layout-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ To solve this, README Merge demotes any headings of a merged document by one. Fo
```
#### Whereas in `./README.md`
```markdown
# Example README
## Usage
```

Expand All @@ -101,6 +102,7 @@ This is further true of nested documents. This is `docker-usage.md` is merged in
```
#### Whereas in `./README.md`
```markdown
# Example README
## Usage
### Docker Usage
```
Expand Down

0 comments on commit 02faaa0

Please sign in to comment.