You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- inline code should use proper formatting - single-backticks, not bold
- don't use `<br>` in markdown
- fixed XML listing to be readable rather than a single line
- fixed ending fenced code markdown error
When invalid XML characters are detected in relevant fields, they're encoded. For any attribute that is XML encoded, decoding is needed for the value. Encoded fields are included in **EncodedAttributes**, in a comma-separated attribute list.
225
+
When invalid XML characters are detected in relevant fields, they're encoded. For any attribute that is XML encoded, decoding is needed for the value. Encoded fields are included in `EncodedAttributes`, in a comma-separated attribute list.
226
+
227
+
**Example**
226
228
227
-
**Example**</br>
228
229
In this example, these attributes are encoded: URL, ParentWebURL, Name, and Version.
0 commit comments