Skip to content
New issue

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

Missing escape characters #117

Open
HuiyunPeng opened this issue Jul 29, 2022 · 1 comment
Open

Missing escape characters #117

HuiyunPeng opened this issue Jul 29, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@HuiyunPeng
Copy link

I was trying to load the generated markdown files into a website built with Docusaurus and got some compile errors like this:
SyntaxError: C:\docs\defaultdocs\myFile.md: Expected corresponding JSX closing tag for <TimeSpan>...

The markdown code that caused this issue is ## myClassName(Nullable<TimeSpan>) Constructor.

My guess is that < and > should be escaped so the compiler won't think it's JSX.

@Doraku
Copy link
Owner

Doraku commented Aug 1, 2022

Erf even on Github I can see that it causes problem anyway as they are not rendered, I'll definitely have to to that.

@Doraku Doraku added the bug Something isn't working label Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants