Demonstration of Markdown but I made it fun
I’m using Horizontal Rule
to make this long horizontal line above.
Header 1
Header 2
, which is similar but not the same.btw that was a really amazing haiku…
Here’s a link to my favorite color Cerulean
Here’s a random code block that I just wrote:
class RandomTest {
int basicX;
int basicY;
RandomTest(int basicX, int basicY) {
this.basicX = basicX;
this.basicY = basicY;
}
}
Thanks for reading to the end :)