We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有序和无序序号的渲染不正常
The text was updated successfully, but these errors were encountered:
预览区域的渲染效果取决于你自定义的markdown渲染器,与本编辑器无关。
Sorry, something went wrong.
谢谢,图上用的渲染器是markdown-it,我换成react-markdown后,有报错发生
renderHTML(text: string) { // return this.mdParser.render(text); // Using react-markdown return React.createElement(ReactMarkdown, { source: text, }); }
我在react-markdown下找到了这个问题,这可能是react-markdown的原因,降级react-markdown可能解决问题
No branches or pull requests
有序和无序序号的渲染不正常
The text was updated successfully, but these errors were encountered: