My First Post
Fill this
This is my post for testing. I needed to know how each markdown element look in final.
And this is marginpar.
Bold text,
Italic text,
Bold and italic text,
Strikethrough text
Link text
—also works.
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.
Heading 1
Heading 2
Heading 3
Heading 4
This is a blockquote Nested blockquote
- Ordered list item 1
- Ordered list item 2
- Nested unordered item
- Another nested item
- Ordered list item 3
- Unordered list item
- Another item
- Nested item
- Another nested item
Header 1 | Header 2 |
---|---|
Cell 1 | Cell 2 |
Cell 3 | Cell 4 |
Task list:
- Completed task
- Incomplete task
Here’s some inline code
and some combined formatting.
Here’s some block code:
// code block with four space
def hello_world():
print("Hello, World!")
// Code block with syntax highlighting
function greeting(name) {
return `Hello, ${name}!`;
}