You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every Markdown file referenced in the TOC may optionally define a frontmatter block. Frontmatter is YAML-formatted metadata about a page, at the beginning of each file.
3
+
Every Markdown file referenced in the TOC may optionally define a frontmatter block.
4
+
Frontmatter is YAML-formatted metadata about a page, at the beginning of each file
5
+
and wrapped by `---` lines.
4
6
5
-
Supported frontmatter includes:
7
+
In the frontmatter block, you can define the following fields:
0 commit comments