-
Notifications
You must be signed in to change notification settings - Fork 1.6k
C107481: Fixing CDATA formatting #2829
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
Conversation
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: the Markdown CDATA content is incorrectly formatted in source files, moreover it is breaking the target publishing builds since the content inside those tags are being processed as XML tag instead of Markdown content.
@mairaw @carlossanlop, please, help reviewing and merging this PR if agree. |
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.
That looks good to me @v-maudel. There are some similar changes being made on PR https://github.com/dotnet/dotnet-api-docs/pull/2825/files. I'll make sure there's no more left after #2825 is merged.
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.
Looks good. Thanks for letting us know about this issue. I didn't know the CDATA lines could cause trouble. I will let people know about it.
Thanks so much @mairaw , |
@mairaw , Do you know where this PR will be merged? Actually these issues are preventing some files to be localized. |
It’ll be merged to master this afternoon @v-maudel |
@mairaw Thanks! |
Closing. Never mind. I thought that this specific change wasn't included but it seems my PR fixed it. |
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
Description: the Markdown CDATA content is incorrectly formatted in source files, moreover it is breaking the target publishing builds since the content inside those tags are being processed as XML tag instead of Markdown content.