Example Post

This is an example blog post demonstrating the basic structure.

A Section

Here is some regular paragraph text. You can use bold and italic formatting, as well as links.

Fenced Div Admonition

The following demonstrates the admonition syntax using Pandoc’s fenced divs:

Code Example

Inline code looks like this. Code blocks look like:

main :: IO ()
main = putStrLn "Hello, world!"

Lists

Here’s an unordered list:

  • First item
  • Second item
  • Third item with nested items:
    • Nested one
    • Nested two

And an ordered list:

  1. First step
  2. Second step
  3. Third step

Blockquote

This is a blockquote. Use it for quotes or to highlight important passages from other sources.

Conclusion

That covers the basics. Add more posts in the content/posts/ directory.