···11+---
22+title: "Prologue"
33+description: "You're gonna learn"
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_**.
···11+---
22+title: "Philosophy"
33+description: "What is Maudit?"
44+section: "getting-started"
55+---
66+77+Maudit is a tool for creating and managing documentation websites. It is designed to be simple, fast, and easy to use. Maudit is built with [Hugo](https://gohugo.io/), a static site generator written in Go.