lobehub / lobe-ui

🍭 Lobe UI - an open-source UI component library for building AIGC web apps
https://ui.lobehub.com
MIT License
798 stars 115 forks source link

[Question] #169

Open shzzzzz opened 1 week ago

shzzzzz commented 1 week ago

🧐 问题描述 | Proposed Solution

import { Markdown } from '@lobehub/ui'; import React from 'react';

const str = "当前内存占用率为$82.51\%$。";

const Comp: React.FC= () => { return ( <Markdown allowHtml enableLatex fullFeaturedCodeBlock

{str} ); };

LaTeX 的解析是不是还有一点问题?

📝 补充信息 | Additional Information

dependencies: @lobehub/ui 1.144.5

lobehubbot commented 1 week ago

👀 @shzzzzz Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. Please make sure you have given us as much context as possible.\ 非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。