深度学习

上市公司电话

nkul · 12月13日 · 2022年 298次已读

😲 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
  • [x] Sunday
Picture

🤗 Code

<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

nicknamefrom
zhijianChongQing, China

📏 Formula

Inline: $x+y^{2x}$

$$
\sqrt[3]{x}
$$

🧬 Diagram

flowchart TD
  Start --> Stop

🪄 Alert

!!! note Supported Types

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

!!!

☘️ em…

相关文章
暂无相关文章!
1 条回应

  1. nkul北京2023-1-2 · 0:22

    $\sum\limits_{i=1}^na_i^2$