Skip to content

Commit

Permalink
Document placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Jul 25, 2024
1 parent 7991fe4 commit 2d9039c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,15 @@ Still More Content

Please be aware that mark does not validate the layout, so it's your responsibility to create a valid layout.

### Placeholders

You can use this to define placeholders:
```

Check failure on line 208 in README.md

View workflow job for this annotation

GitHub Actions / ci-markdown-lint

Fenced code blocks should be surrounded by blank lines

README.md:208 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md031.md

Check failure on line 208 in README.md

View workflow job for this annotation

GitHub Actions / ci-markdown-lint

Fenced code blocks should have a language specified

README.md:208 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md040.md
<!-- ac:placeholder -->
Placeholder
<!-- ac:placeholder end -->
```

### Code Blocks

If you have long code blocks, you can make them collapsible with the [Code Block Macro]:
Expand Down

0 comments on commit 2d9039c

Please sign in to comment.