···11+---
22+title: First Post
33+description: This is the first post on the blog.
44+---
55+66+## Section 1: Formatting Text
77+88+### Bold and Italic
99+1010+- **Bold Text** makes things stand out.
1111+- _Italic Text_ gives emphasis to words.
1212+- **_Bold and Italic_** combined for maximum emphasis.
1313+1414+### Mixed Formatting
1515+1616+- **This is bold and _italic_** to combine styles.
1717+- _This is italic and **bold**_ as well.
1818+1919+## Section 2: Links
2020+2121+You can include links like this:
2222+2323+- [Check out the Markdown Guide](https://www.markdownguide.org/)
2424+2525+## Section 3: Combining All Features
2626+2727+Here’s a sentence that combines everything:
2828+2929+- **_Check out the [Markdown Guide](https://www.markdownguide.org/) for more tips_**.
+6
examples/blog/content/articles/second-post.md
···11+---
22+title: Second Post
33+description: This is the second post on the blog.
44+---
55+66+This is another post on the blog!
+6
examples/blog/content/articles/third-post.md
···11+---
22+title: Third Post
33+description: This is the third post on the blog.
44+---
55+66+Well, another post is here.