-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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
|
||
<!-- ac:placeholder --> | ||
Placeholder | ||
<!-- ac:placeholder end --> | ||
``` | ||
|
||
### Code Blocks | ||
|
||
If you have long code blocks, you can make them collapsible with the [Code Block Macro]: | ||
|