summaryrefslogtreecommitdiff
path: root/testdata/src/hidden.md
blob: 925972f6dec27698077c28e721c595c592b4c0b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: Hidden
description: Some hidden Markdown
keywords:
  - foo
  - bar
  - baz
publication_time: 2019-01-01T00:00:00Z
author: John Doe
hidden: true
---
# Hidden

This is some hidden Markdown.
The file should not be rendered, unless the crocc is run with the
`-hidden` flag.