From 62371af25d0c9d0922f250410c9964e17b460d9d Mon Sep 17 00:00:00 2001 From: historia Date: Thu, 10 Oct 2024 01:15:10 -0400 Subject: feat: capitalized first words of headings --- example/src/articles/an-interesting-article/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 example/src/articles/an-interesting-article/index.md (limited to 'example/src/articles/an-interesting-article/index.md') diff --git a/example/src/articles/an-interesting-article/index.md b/example/src/articles/an-interesting-article/index.md new file mode 100644 index 0000000..779f4b6 --- /dev/null +++ b/example/src/articles/an-interesting-article/index.md @@ -0,0 +1,12 @@ +--- +title: This is a very interesting article about stamps +date: 2024-10-04 +--- + +# This is a very interesting article about stamps + +Here is a picture of some cool stamps + +![](assets/stamps.webp) + +Thank you for reading my nice article. -- cgit v1.2.3