diff --git a/examples/no_metadata_post.md b/examples/no_metadata_post.md new file mode 100644 index 0000000..115a838 --- /dev/null +++ b/examples/no_metadata_post.md @@ -0,0 +1,2 @@ +# This markdown has no metadata. +That's bad. Don't do it. It's for tests only. diff --git a/examples/post.md b/examples/post.md index 1ff0a23..dfeaa5f 100644 --- a/examples/post.md +++ b/examples/post.md @@ -1,3 +1,9 @@ +--- +author: "joseph" +date: "2026-01-01" +title: "Example of a blog post" +tags: ["blog", "test", "lalilulelo"] +--- # This is an example post In this example we will do a couple of cool markdown things.