-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Changed cross-reference, fenced xml #5544
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
| The example generates an .xml file with the following contents: | ||
|
|
||
| ```xml | ||
| // This .xml file was generated with the previous code sample. |
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 line can be removed as the line above introduces the file contents.
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.
Thanks for noticing that, @pkulikov! I'd added the introductory line above so that this line could be removed -- and then I forgot to remove it.
| A value tag is used to describe the property value</value> | ||
| </member> | ||
| </members> | ||
| \</doc> |
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.
remove the \?
mairaw
left a comment
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.
LGTM. Just need to fix the nit I found.
Changed cross-reference, fenced xml
This PR:
Fixes #5529
@Keboo