1. 😀
  2. 😃
  3. 😄
  4. 😁
  5. 😆
  6. 😅
  7. 😂
  8. 🤣
  9. 🥲
  10. 🤔
  11. 😊
  12. 😇
  13. 🙂
  14. 🙃
  15. 😉
  16. 😌
  17. 😍
  18. 🥰
  19. 😘
  20. 😗
  21. 😙
  22. 😚
  23. 😋
  24. 😛
  25. 😝
  26. 😜
  27. 🤪
  28. 🤨
  29. 🧐
  30. 🤓
  31. 😎
  32. 🥸
  33. 🤩
  34. 🥳
  35. 😏
  36. 😒
  37. 😞
  38. 😔
  39. 😟
  40. 😕
  41. 🙁
  42. 👻
  43. 😣
  44. 😖
  45. 😫
  46. 😩
  47. 🥺
  48. 😢
  49. 😭
  50. 😤
  51. 😠
  52. 😡
  53. 🤬
  54. 🤯
  55. 😳

😲 md-editor-v3

Markdown Editor for Vue3, developed in jsx and typescript, support different themes、beautify content by prettier.

🤖 Base

bold, underline, italic, line-through, superscript26, subscript1, inline code, link

quote: I Have a Dream

  1. So even though we face the difficulties of today and tomorrow, I still have a dream.
  2. It is a dream deeply rooted in the American dream.
  3. I have a dream that one day this nation will rise up.
  • Friday
  • Saturday
  • Sunday
Picture

🤗 Code

vue Copy
<template>
  <MdEditor v-model="text" />
</template>

<script setup>
import { ref } from 'vue';
import { MdEditor } from 'md-editor-v3';
import 'md-editor-v3/lib/style.css';

const text = ref('Hello Editor!');
</script>

🖨 Text

The Old Man and the Sea served to reinvigorate Hemingway's literary reputation and prompted a reexamination of his entire body of work.

📈 Table

THead1 THead2 THead3
text-align:left text-align:center text-align:right

📏 Formula

Inline: x+y^{2x}

\sqrt[3]{x}

🧬 Diagram

flowchart TD Start --> Stop

🪄 Alert

Supported Types

note、abstract、info、tip、success、question、warning、failure、danger、bug、example、quote、hint、caution、error、attention

☘️ em...


Source code of mark, emoji, preview and time extension components in this page: components