summaryrefslogtreecommitdiff
path: root/testdata/src/hidden.md
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/src/hidden.md')
-rw-r--r--testdata/src/hidden.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/testdata/src/hidden.md b/testdata/src/hidden.md
new file mode 100644
index 0000000..925972f
--- /dev/null
+++ b/testdata/src/hidden.md
@@ -0,0 +1,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.