对大模型返回的 markdown 数据自动渲染。
The point of reference-style links is not that they’re easier to write. The point is that with reference-style links, your document source is vastly more readable. Compare the above examples: using reference-style links, the paragraph itself is only 81 characters long; with inline-style links, it’s 176 characters; and as raw HTML
, it’s 234 characters. In the raw HTML
, there’s more markup than there is text.
This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet.
an example | an example | an example
This is an example inline link.
bash复制代码$ npm i tdesign-vue-next
javascript复制代码import { createApp } from 'vue'; import App from './app.vue'; const app = createApp(App); app.use(TDesignChat);
用户发送的消息保持默认格式显示,没有高亮效果