Open
Description
Summary
在生成的markdown 文档中,带有_
的符号,都会加上\
,如标题文本# THIS_IS_TEST_TITLE
生成md文件后是:
# THIS\_IS\_TEST\_TITLE
要如何去掉这个额外的符号?
我是用docusaurus
(版本: 3.7.0)来部署我的文档,_
不需要\_
转译。而自动生成的侧边栏,会原样显示\_
符号。
In the generated Markdown document, any symbol with an _ will have a \ added in front of it. For example, if the title text is # THIS_IS_TEST_TITLE, after generating the MD file, it will be:
# THIS\_IS\_TEST\_TITLE
How can I remove this extra symbol?
I am using docusaurus (version: 3.7.0) to deploy my documentation. The _ does not need to be escaped with _. However, in the automatically generated sidebar, the _ symbol will be displayed as it is.
Repro steps
Expected result:
Actual result:
Details
Standard questions
Please answer these questions to help us investigate your issue more quickly:
Question | Answer |
---|---|
@microsoft/api-documenter version? |
|
Operating system? | |
Documentation target? | |
Would you consider contributing a PR? | |
TypeScript compiler version? | |
Node.js version (node -v )? |
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Needs triage