Post by

REDKAZ⚡️

Welcome to YakiHonne Markdown Editor Demonstration

Published on

31990:20986fb83e775d96d188ca5c9df10ce6d613e0eb7e5768a0f0b12b37cdac21b3:1700732875747

Nov 26, 2024

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:

  • Task 1
  • Task 2
  • Task 3

4. Blockquotes

This is a blockquote

This is nested blockquote


5. LaTex Equations

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

6. Image Uploads

image

6.1. Images via links

image

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

image

0

0
0
0