This script demonstrates the features of our markdown editor, including text formatting, LaTex equations, image uploads, links, lists and more, this is a blockquote ~
1. Test Formatting
Markdown supports multiple text formatting styles:
- Bold text: This is a bold text or This is a bold text
- Italic text: This is italic text or this is a italic text
- Strikethrough:
this is strikethrough textorthis is strikethrough - Combining styles: This is italic bold text or This is italic bold text
- Inline code:
print("Hello!")
orprint("Hello!")
- Code Block:
def greet():
print("Hello, Markdown Editor!")
greet()
2. Headers
Organize your content with headers:
Header 1
Header 2
Header 3
Header 4
Header 5
Header 6
3. Lists
3.1 Unordered lists:
- Unordered list item 1
- unordered list item 1.1
- unordered list item 1.1.1
- unordered list item 1.1
3.2 Ordered lists:
- Ordered list item 1
- Ordered list item 2
- Oredered list item 3
3.3 Checkmark lists:
- Task 1
- Task 2
- Task 3
4. Blockquotes
This is a blockquoteThis is nested blockquote
5. LaTex Equations
- Inline Equation:
or
6. Image Uploads

6.1. Images via links

7. Links
9. Try it out
Feel free to try out our markdown editor, and support us with feedback.
Thank you for exploring our Markdown Editor
