MARKDOWN EDITOR + PREVIEWER
# Hello World ## MY FIRST MARKDOWN BLOG POST ### By Jane Doe - June 14, 2025 INTRODUCTION:
Welcome to my fictional blog! In this post, I’ll show you how to use basic **Markdown syntax** to format your own blog entries. Whether you're writing notes, creating documentation, or posting online, Markdown is a lightweight and easy-to-use syntax. *italic* or _italic_ **bold** or __bold__ ~~strikethrough~~ `inline code` LISTS Unordered and ordered lists are easy: - Item one - Item two - Sub item 1. First 2. Second 3. Third ## LINKS & IMAGES
You can add links and images: [0host](http://www.0host101.com/)  ## HORIZONTAL RULES: ### Use three or more dashes for a divider: --- ## TABLES
Markdown also supports basic tables: | Name | Age | City | |-------|-----|----------| | John | 28 | New York | | Jane | 32 | Chicago | ### CONCLUSION Markdown makes writing clean and structured content incredibly simple. Use this template as a starting point to build your own notes, journals, or blog posts. This has been a **markdown** preview!