Skip to content

Commit efa1a6f

Browse files
committed
Escape pipe symbol in USAGE_ADVANCED
1 parent 0cca0ac commit efa1a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/USAGE_ADVANCED.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ See the [Primer Spec README](../README.md) for the main usage instructions. This
3636
- [`defaultSubthemeName`: String](#defaultsubthemename-string)
3737
- [`defaultSubthemeMode`: String](#defaultsubthememode-string)
3838
- [`defaultCodeblockVariant`: CodeblockVariant (String)](#defaultcodeblockvariant-codeblockvariant-string-1)
39-
- [`sitemap`: Boolean | {label: String}](#sitemap-boolean--label-string)
39+
- [`sitemap`: Boolean \| {label: String}](#sitemap-boolean--label-string)
4040
- [Pinning to a specific version](#pinning-to-a-specific-version)
4141
- [Using without Jekyll](#using-without-jekyll)
4242

@@ -371,7 +371,7 @@ Use `legacy` to opt out of ["enhancing" code blocks](#enhanced-code-blocks) on t
371371

372372
This setting can be overriden per-block.
373373

374-
#### `sitemap`: Boolean | {label: String}
374+
#### `sitemap`: Boolean \| {label: String}
375375

376376
_[EECS 280's Project 1](https://eecs280staff.github.io/p1-stats/) has a great example of a sitemap!_
377377

0 commit comments

Comments
 (0)