Files
static-site-generator/src/tests/post.md

679 B

author, date, title, tags
author date title tags
joseph 2026-01-01 Example of a blog post
blog
test
lalilulelo

This is an example post

In this example we will do a couple of cool markdown things.

This is a h2 header

This text is written in italic!

Look at this!

This text is BOLD!

Hello world!

#include <iostream>

int main() {
    std::cout << "Hello world!" << std::endl;
}

This is super cool!

This should be clickable

Image test

this should show an image

This is an ordered list

  1. one
  2. six
  3. seven

This is an unordered one

  • six
  • nine
  • six
  • nine