A Markdown Test Page
Note : This page exists only to check how well the different markdown elements are rendered by this current theme. Other than that, there is nothing of value in this page.
Header 1
Header 2
Header 3
Header 4
Header 5
Bullet points
- One
- Two
- Three
Another bullet list
- Bird
- Cat
- Dog
Numbered points
- Some
- Random
- Points
Text Variants
This is a bold line
This line is in italics
~~Strikethrough text~~
This is a block quote
All roads lead to Rome
This word has a link to Google.
Code Variants
This is an inline code int foo = 'bar'
This is a codeblock in C
#include <stdio.h>
int main()
{
printf("Hello World");
return 0;
}
This is another way of writing a code block but in Python
def main():
print("Hello World")
if __name__ == "__main__":
main()
This is a picture of a dog
This is a Shiba
This is a table
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |