You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
< shows up correctly in your example using vscode markdown preview and it should comply with markdown standard. What markdown engine did you see problems rendering the content?
For context, escaping one angle bracket should prevent it from becoming an HTML tag, and > is used for blockquote syntax hence it is escape.
Describe the bug
A rendered markdown file includes unescaped
<
.And my markdown parser (docusaurus) fails to parse the file.
Here's a header line that includes unescaped
<
.To Reproduce
Steps to reproduce the behavior:
Run docfx with
metadata.outputFormat: "markdown"
option.Whole docfx.json
Expected behavior
Since
>
is escaped as follows, the escape of<
is also expected.CustomBinding0<TSelf, T0, T1, T2\>
Context (please complete the following information):
Additional context
I'm working on a Unity package project, and I referenced the docfx settings of https://github.com/CaseyHofland/docfx-unitypackage.
The text was updated successfully, but these errors were encountered: