Hello World!
1 January 2021
1 minute
Matthew Kevin Amadeus
@mkamadeus

This is a short blog test on making a Markdown-based blog. I have gone through different iterations of these; and this version is what I end up with. This blog will showcase the stylings created from the Markdown file.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Asking the real questions here:

"Why is banana bread good?"

"Why are you reading this?"

A simple code-block:

#include<bits/stdc++.h>

int main() {
  printf("banana\n");
}

Simple math equation:

CC BY-NC-SA 4.0 2024