-
Notifications
You must be signed in to change notification settings - Fork 68
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
fix xrefs using invalid format #331
base: main
Are you sure you want to change the base?
Conversation
Learn Build status updates of commit 8cb104d:
|
@@ -65,7 +65,7 @@ two slides denoted by the IDs 267 and 256. | |||
|
|||
Using the Open XML SDK, you can create document structure and | |||
content using strongly-typed classes that correspond to PresentationML | |||
elements. You can find these classes in the <a href="xref:DocumentFormat.OpenXml.Presentation?displayName=fullName" /> | |||
elements. You can find these classes in the <xref:DocumentFormat.OpenXml.Presentation?displayName> |
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.
does it still need the ?displayName
?
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.
No, I missed that one. I updated the PR
Learn Build status updates of commit 09ddc82: 💡 Validation status: suggestions
docs/presentation/working-with-notes-slides.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
No description provided.