Skip to content

Convert HTML tags in doc-comments into markdown #38813

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

Merged
merged 1 commit into from
May 27, 2020
Merged

Convert HTML tags in doc-comments into markdown #38813

merged 1 commit into from
May 27, 2020

Conversation

dabalyan
Copy link
Contributor

HTML tags in doc-comments don't get parsed properly by tools like TypeDoc,
once it encounters an open HTML tag like <b> in the comments, all the subsequent
doc-comments become bold in the generated docs.

Annotation 2020-05-27 210559

Fixes #38812

HTML tags in doc-comments don't get parsed properly by tools like TypeDoc,
once it encounters an open HTML tag like <b> in the comments, all the subsequent
doc-comments become bold in the generated docs.
@msftclas
Copy link

msftclas commented May 27, 2020

CLA assistant check
All CLA requirements met.

@DanielRosenwasser DanielRosenwasser merged commit 3bb84ef into microsoft:master May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSDoc comments in lib.d.ts shouldn't use bare opening HTML tags
3 participants