Thread

Article header

Welcome to YakiHonne Markdown Editor Demonstration

This long-form article showcase the supported formatting by YakiHonne Markdown Editor.

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 text~~ or ~~this is strikethrough~~
  • Combining styles: This is italic bold text or This is italic bold text

  • Inline code: print("Hello!") or print("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

3.2 Ordered lists:

  1. Ordered list item 1
  2. Ordered list item 2
  3. Oredered list item 3

3.3 Checkmark lists:

  • [x] Task 1
  • [ ] Task 2
  • [x] Task 3

4. Blockquotes

This is a blockquote

This is nested blockquote


5. LaTex Equations

  • Inline Equation: $$f(x) = 1^1_2$$ or $$E = mc^2$$

6. Image Uploads

image

6.1. Images via links

image

7. Links

Visit our website

9. Try it out

Feel free to try out our markdown editor, and support us with feedback.

Thank you for exploring our Markdown Editor

image

Replies (0)

No replies yet. Be the first to leave a comment!