-
Notifications
You must be signed in to change notification settings - Fork 216
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
Allow symbols to be escaped in DocText #3375
Allow symbols to be escaped in DocText #3375
Conversation
@microsoft-github-policy-service agree |
bf80d93
to
2408c62
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rmhartog thanks for the contribution, we'll discuss if that's something we want to add to the grammar of js doc. Seeing that it does that in TypeSCript I would assume it shouldn't be a problem. In the meantime if you want this to work you can also escape by wrapping the @
in backtick(markdown) playground
/azp run typespec - pr tools |
Azure Pipelines successfully started running 1 pipeline(s). |
All changed packages have been documented.
|
You can try these changes at https://cadlplayground.z22.web.core.windows.net/prs/3375/ Check the website changes at https://tspwebsitepr.z22.web.core.windows.net/prs/3375/ |
d5871e6
to
4306a71
Compare
4306a71
to
c1e853c
Compare
/azp run typespec - pr tools |
Azure Pipelines successfully started running 1 pipeline(s). |
7069530
to
0acc46c
Compare
/azp run typespec - pr tools |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!! thanks for the contribution and working with the review
Related to #3374, this is an implementation of escaping characters in doc comments, such as the
@
symbol.