Hello World
This is a sample blog post on how to write a simple blog using Markdown and HTML. In this post, we will explore how to format text, create lists, and embed images.
Formatting Text
You can format text using Markdown syntax. Here are some examples:
- Bold text can be created using double asterisks or double underscores.
- Italic text can be created using single asterisks or single underscores.
Inline codecan be denoted with backticks.
Creating Lists
You can create ordered and unordered lists:
Unordered List
- Item 1
- Item 2
- Subitem 1
- Subitem 2
Ordered List
- First item
- Second item
- Subitem 1
- Subitem 2
Embedding Images
You can embed images in your posts like this:
Conclusion
This post covers the basics of writing in Markdown and should give you a good start. Happy blogging!