Skip to content

Commit a772644

Browse files
authored
Merge pull request #27 from attogram/fix-issue-26
Fix markdown in publish use case
2 parents 229bb3f + f0154da commit a772644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/use-case-publishing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ To learn how to do this, follow the official guide from GitHub:
268268

269269
### Creating a Navigation Menu
270270

271-
Many themes allow you to create a persistent navigation menu at the top of your site (e.g., "Home | About | Contact"). The implementation details depend on the theme, but it is often configured in the [`_config.yml`](../_config.yml) file.
271+
Many themes allow you to create a persistent navigation menu at the top of your site (e.g., "Home \\| About \\| Contact"). The implementation details depend on the theme, but it is often configured in the [`_config.yml`](../_config.yml) file.
272272

273273
For example, the popular "Minima" theme looks for a `header_pages` array in your `_config.yml`:
274274

0 commit comments

Comments
 (0)