A simple and efficient tool for reading and testing Markdown files. This repository serves as a playground for experimenting with various Markdown syntax and features.
- Preview Markdown files in real-time
- Test different Markdown syntax
- Experiment with formatting options
- Validate Markdown compatibility
Here are some common Markdown elements you can test:
- Bold text using
**text** - Italic text using
*text* Strikethroughusing~~text~~
- Ordered lists
- Use numbers
- Like this
- Unordered lists
- Use hyphens
- Or asterisks
def hello_world():
print("Hello, Markdown!")| Header 1 | Header 2 |
|---|---|
| Cell 1 | Cell 2 |
| Cell 3 | Cell 4 |
- Clone this repository:
git clone https://github.com/Laboratoriet/Markdown-test.git
- Open any Markdown file in your preferred Markdown editor
- Start experimenting with different Markdown syntax
Feel free to contribute by:
- Testing different Markdown syntax
- Adding new examples
- Reporting rendering issues
- Suggesting improvements
This project is open source and available under the MIT License.