Skip to content

Commit 4780146

Browse files
mairawBillWagner
authored andcommitted
markdig fixes (#2702)
1 parent dcb650e commit 4780146

File tree

12 files changed

+75
-75
lines changed

12 files changed

+75
-75
lines changed

xml/System.Configuration/RsaProtectedConfigurationProvider.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
The <xref:System.Configuration.RsaProtectedConfigurationProvider> object uses the cryptography functions provided by <xref:System.Security.Cryptography.RSA> class to encrypt and decrypt configuration sections.
3232
3333
> [!NOTE]
34-
> Before ASP.NET can decrypt encrypted information in your configuration file, the identity of your ASP.NET application must have read access to the encryption key used to encrypt and decrypt the configuration data. For more information, see [Walkthrough: Encrypting Configuration Information Using Protected Configuration](https://docs.microsoft.com/previous-versions/dtkwfdky(v=vs.140).
34+
> Before ASP.NET can decrypt encrypted information in your configuration file, the identity of your ASP.NET application must have read access to the encryption key used to encrypt and decrypt the configuration data. For more information, see [Walkthrough: Encrypting Configuration Information Using Protected Configuration](https://docs.microsoft.com/previous-versions/dtkwfdky(v=vs.140)).
3535
3636
## Examples
3737

xml/System.DirectoryServices.Protocols/DirectoryConnection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<format type="text/markdown"><![CDATA[
120120
121121
## Remarks
122-
For example, "http://fabrikam.com/platforms/adssoap.dll" represents a DSML server and "dc-01.fabrikam.com" represents an LDAP server.
122+
For example, `"http://fabrikam.com/platforms/adssoap.dll"` represents a DSML server and `"dc-01.fabrikam.com"` represents an LDAP server.
123123
124124
]]></format>
125125
</remarks>

xml/System.IO.Packaging/PackUriHelper.xml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -167,16 +167,16 @@
167167
168168
|`packageUri`|`partUri`|`fragment`|Returned pack URI|
169169
|------------------|---------------|----------------|-----------------------|
170-
|http://www.proseware.com/mypackage.pkg|/page1.xaml|#intro|pack://http:,,www.proseware.com,mypackage.pkg/page1.xaml#intro|
171-
|http://www.proseware.com/mypackage.pkg|/page2.xaml|**null**|pack://http:,,www.proseware.com,mypackage.pkg/page2.xaml|
172-
|http://www.proseware.com/mypackage.pkg|/a/page4.xaml|**null**|pack://http:,,www.proseware.com,mypackage.pkg/a/page4.xaml|
173-
|http://www.proseware.com/mypackage.pkg|/%41/%61.xml|**null**|pack://http:,,www.proseware.com,mypackage.pkg/A/a.xml|
174-
|http://www.proseware.com/mypackage.pkg|/%25XY.xml|**null**|pack://http:,,www.proseware.com,mypackage.pkg/%25XY.xml|
175-
|http://www.proseware.com/mypackage.pkg|/a/page5.xaml|#summary|pack://http:,,www.proseware.com,mypackage.pkg/a/page5.xaml#summary|
176-
|http://www.proseware.com/packages.aspx?pkg04|/page1.xaml|#intro|pack://http:,,www.proseware.com,packages.aspx%3fpkg04/page1.xaml#intro|
177-
|http://www.proseware.com/mypackage.pkg|**null**|**null**|pack://http:,,www.proseware.com,mypackage.pkg|
178-
|ftp://ftp.proseware.com/packages/mypackage1.abc|/a/mydoc.xaml|**null**|pack://ftp:,,ftp.proseware.com,packages,mypackage1.abc/a/mydoc.xaml|
179-
|file:///d:/packages/mypackage2.pkg|/a/bar.xaml|#xref|pack://file:,,,d:,packages,mypackage2.pkg/a/bar.xaml#xref|
170+
|`http://www.proseware.com/mypackage.pkg`|/page1.xaml|#intro|pack://http:,,www.proseware.com,mypackage.pkg/page1.xaml#intro|
171+
|`http://www.proseware.com/mypackage.pkg`|/page2.xaml|**null**|pack://http:,,www.proseware.com,mypackage.pkg/page2.xaml|
172+
|`http://www.proseware.com/mypackage.pkg`|/a/page4.xaml|**null**|pack://http:,,www.proseware.com,mypackage.pkg/a/page4.xaml|
173+
|`http://www.proseware.com/mypackage.pkg`|/%41/%61.xml|**null**|pack://http:,,www.proseware.com,mypackage.pkg/A/a.xml|
174+
|`http://www.proseware.com/mypackage.pkg`|/%25XY.xml|**null**|pack://http:,,www.proseware.com,mypackage.pkg/%25XY.xml|
175+
|`http://www.proseware.com/mypackage.pkg`|/a/page5.xaml|#summary|pack://http:,,www.proseware.com,mypackage.pkg/a/page5.xaml#summary|
176+
|`http://www.proseware.com/packages.aspx?pkg04`|/page1.xaml|#intro|pack://http:,,www.proseware.com,packages.aspx%3fpkg04/page1.xaml#intro|
177+
|`http://www.proseware.com/mypackage.pkg`|**null**|**null**|pack://http:,,www.proseware.com,mypackage.pkg|
178+
|`ftp://ftp.proseware.com/packages/mypackage1.abc`|/a/mydoc.xaml|**null**|pack://ftp:,,ftp.proseware.com,packages,mypackage1.abc/a/mydoc.xaml|
179+
|`file:///d:/packages/mypackage2.pkg`|/a/bar.xaml|#xref|pack://file:,,,d:,packages,mypackage2.pkg/a/bar.xaml#xref|
180180
181181
Composing a pack URI is a multi-step process. For example, one step in forming a pack URI is to replace the forward slash (/) characters of the `packageUri` with commas (,).
182182
@@ -229,7 +229,7 @@
229229
230230
|`packageUri`|Returned pack URI|
231231
|------------------|-----------------------|
232-
|http://www.proseware.com/mypackage.pkg|pack://http:,,www.proseware.com,mypackage.pkg|
232+
|`http://www.proseware.com/mypackage.pkg`|pack://http:,,www.proseware.com,mypackage.pkg|
233233
|ftp://ftp.proseware.com/packages/mypackage1.abc|pack://ftp:,,ftp.proseware.com,packages,mypackage1.abc|
234234
|file:///d:/packages/mypackage2.pkg|pack://file:,,,d:,packages,mypackage2.pkg|
235235
@@ -300,11 +300,11 @@
300300
301301
|`packageUri`|`partUri`|Returned pack URI|
302302
|------------------|---------------|-----------------------|
303-
|http://www.proseware.com/mypackage.pkg|/page2.xaml|pack://http:,,www.proseware.com,mypackage.pkg/page2.xaml|
304-
|http://www.proseware.com/mypackage.pkg|/a/page4.xaml|pack://http:,,www.proseware.com,mypackage.pkg/a/page4.xaml|
305-
|http://www.proseware.com/mypackage.pkg|/%41/%61.xml|pack://http:,,www.proseware.com,mypackage.pkg/A/a.xml|
306-
|http://www.proseware.com/mypackage.pkg|/%25XY.xml|pack://http:,,www.proseware.com,mypackage.pkg/%25XY.xml|
307-
|http://www.proseware.com/mypackage.pkg|**null**|pack://http:,,www.proseware.com,mypackage.pkg|
303+
|`http://www.proseware.com/mypackage.pkg`|/page2.xaml|pack://http:,,www.proseware.com,mypackage.pkg/page2.xaml|
304+
|`http://www.proseware.com/mypackage.pkg`|/a/page4.xaml|pack://http:,,www.proseware.com,mypackage.pkg/a/page4.xaml|
305+
|`http://www.proseware.com/mypackage.pkg`|/%41/%61.xml|pack://http:,,www.proseware.com,mypackage.pkg/A/a.xml|
306+
|`http://www.proseware.com/mypackage.pkg`|/%25XY.xml|pack://http:,,www.proseware.com,mypackage.pkg/%25XY.xml|
307+
|`http://www.proseware.com/mypackage.pkg`|**null**|pack://http:,,www.proseware.com,mypackage.pkg|
308308
|ftp://ftp.proseware.com/packages/mypackage1.abc|/a/mydoc.xaml|pack://ftp:,,ftp.proseware.com,packages,mypackage1.abc/a/mydoc.xaml|
309309
|file:///d:/packages/mypackage2.pkg|/a/bar.xaml|pack://file:,,,d:,packages,mypackage2.pkg/a/bar.xaml|
310310
@@ -378,16 +378,16 @@
378378
379379
|`packageUri`|`partUri`|`fragment`|Returned pack URI|
380380
|------------------|---------------|----------------|-----------------------|
381-
|http://www.proseware.com/mypackage.pkg|/page1.xaml|#intro|pack://http:,,www.proseware.com,mypackage.pkg/page1.xaml#intro|
382-
|http://www.proseware.com/mypackage.pkg|/page2.xaml|**null**|pack://http:,,www.proseware.com,mypackage.pkg/page2.xaml|
383-
|http://www.proseware.com/mypackage.pkg|/a/page4.xaml|**null**|pack://http:,,www.proseware.com,mypackage.pkg/a/page4.xaml|
384-
|http://www.proseware.com/mypackage.pkg|/%41/%61.xml|**null**|pack://http:,,www.proseware.com,mypackage.pkg/A/a.xml|
385-
|http://www.proseware.com/mypackage.pkg|/%25XY.xml|**null**|pack://http:,,www.proseware.com,mypackage.pkg/%25XY.xml|
386-
|http://www.proseware.com/mypackage.pkg|/a/page5.xaml|#summary|pack://http:,,www.proseware.com,mypackage.pkg/a/page5.xaml#summary|
387-
|http://www.proseware.com/packages.aspx?pkg04|/page1.xaml|#intro|pack://http:,,www.proseware.com,packages.aspx%3fpkg04/page1.xaml#intro|
388-
|http://www.proseware.com/mypackage.pkg|**null**|**null**|pack://http:,,www.proseware.com,mypackage.pkg|
389-
|ftp://ftp.proseware.com/packages/mypackage1.abc|/a/mydoc.xaml|**null**|pack://ftp:,,ftp.proseware.com,packages,mypackage1.abc/a/mydoc.xaml|
390-
|file:///d:/packages/mypackage2.pkg|/a/bar.xaml|#xref|pack://file:,,,d:,packages,mypackage2.pkg/a/bar.xaml#xref|
381+
|`http://www.proseware.com/mypackage.pkg`|/page1.xaml|#intro|pack://http:,,www.proseware.com,mypackage.pkg/page1.xaml#intro|
382+
|`http://www.proseware.com/mypackage.pkg`|/page2.xaml|**null**|pack://http:,,www.proseware.com,mypackage.pkg/page2.xaml|
383+
|`http://www.proseware.com/mypackage.pkg`|/a/page4.xaml|**null**|pack://http:,,www.proseware.com,mypackage.pkg/a/page4.xaml|
384+
|`http://www.proseware.com/mypackage.pkg`|/%41/%61.xml|**null**|pack://http:,,www.proseware.com,mypackage.pkg/A/a.xml|
385+
|`http://www.proseware.com/mypackage.pkg`|/%25XY.xml|**null**|pack://http:,,www.proseware.com,mypackage.pkg/%25XY.xml|
386+
|`http://www.proseware.com/mypackage.pkg`|/a/page5.xaml|#summary|pack://http:,,www.proseware.com,mypackage.pkg/a/page5.xaml#summary|
387+
|`http://www.proseware.com/packages.aspx?pkg04`|/page1.xaml|#intro|pack://http:,,www.proseware.com,packages.aspx%3fpkg04/page1.xaml#intro|
388+
|`http://www.proseware.com/mypackage.pkg`|**null**|**null**|pack://http:,,www.proseware.com,mypackage.pkg|
389+
|`ftp://ftp.proseware.com/packages/mypackage1.abc`|/a/mydoc.xaml|**null**|pack://ftp:,,ftp.proseware.com,packages,mypackage1.abc/a/mydoc.xaml|
390+
|`file:///d:/packages/mypackage2.pkg`|/a/bar.xaml|#xref|pack://file:,,,d:,packages,mypackage2.pkg/a/bar.xaml#xref|
391391
392392
Composing a pack URI is a multi-step process. For example, one step in forming a pack URI is to replace the forward slash (/) characters of the `packageUri` with commas (,).
393393
@@ -570,11 +570,11 @@
570570
571571
|`packUri`|Returned Package URI|
572572
|---------------|--------------------------|
573-
|pack://http:,,www.proseware.com,mypackage.xyz/a/mydoc.xaml|http://www.proseware.com/mypackage.xyz|
574-
|pack://http:,,www.proseware.com,packages.aspx%3fmypackage/a/bar.xaml|http://www.proseware.com/packages.aspx?mypackage|
575-
|pack://http:,,www.proseware.com,mypackage.pkg|http://www.proseware.com/mypackage.pkg|
576-
|pack://ftp:,,ftp.proseware.com,packages,mypackage1.abc/a/picture.jpg|ftp://ftp.proseware.com/packages/mypackage1.abc|
577-
|pack://file:,,,d:,packages,mypackage2.pkg/a/bar.xaml|file:///d:/packages/mypackage2.pkg|
573+
|pack://http:,,www.proseware.com,mypackage.xyz/a/mydoc.xaml|`http://www.proseware.com/mypackage.xyz`|
574+
|pack://http:,,www.proseware.com,packages.aspx%3fmypackage/a/bar.xaml|`http://www.proseware.com/packages.aspx?mypackage`|
575+
|pack://http:,,www.proseware.com,mypackage.pkg|`http://www.proseware.com/mypackage.pkg`|
576+
|pack://ftp:,,ftp.proseware.com,packages,mypackage1.abc/a/picture.jpg|`ftp://ftp.proseware.com/packages/mypackage1.abc`|
577+
|pack://file:,,,d:,packages,mypackage2.pkg/a/bar.xaml|`file:///d:/packages/mypackage2.pkg`|
578578
579579
]]></format>
580580
</remarks>

xml/System.IO.Packaging/PackagePart.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
433433
If `targetMode` is specified as <xref:System.IO.Packaging.TargetMode.Internal>, `targetUri` must be a relative URI that is formed in accordance with the [RFC 3986](https://tools.ietf.org/html/rfc3986) *Uniform Resource Identifier (URI) Generic Syntax* specification. The internal relative URI can be either an absolute path that starts with a forward slash ("/") character such as "/page1.xaml" or "/images/picture4.jpg", or a relative path such as "../imagespicture1.jpg" that resolves against the package root ("/") as the base URI.
434434
435-
If `targetMode` is specified as <xref:System.IO.Packaging.TargetMode.External>, `targetUri` can be either an absolute or relative URI formed in accordance with the [RFC 3986](https://tools.ietf.org/html/rfc3986) *Uniform Resource Identifier (URI) Generic Syntax* specification. "https://www.microsoft.com/page2.xml" is an example of an absolute URI that references an external target resource "page2.xml". "images/picture1.jpg" is an example of a relative URI that also references an external target resource "1.jpg" but which resolves against the URI of the package itself.
435+
If `targetMode` is specified as <xref:System.IO.Packaging.TargetMode.External>, `targetUri` can be either an absolute or relative URI formed in accordance with the [RFC 3986](https://tools.ietf.org/html/rfc3986) *Uniform Resource Identifier (URI) Generic Syntax* specification. `"https://www.microsoft.com/page2.xml"` is an example of an absolute URI that references an external target resource "page2.xml". "images/picture1.jpg" is an example of a relative URI that also references an external target resource "1.jpg" but which resolves against the URI of the package itself.
436436
437437
`relationshipType` must be a [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] that is formed according to the [RFC 3986](https://tools.ietf.org/html/rfc3986) *Uniform Resource Identifier (URI) Generic Syntax* specification. Different package types can define different part-level relationship types. The following table shows the part-level `relationshipType` URIs defined for documents that conform to the *Open XML Paper Specification (XPS)*.
438438

xml/System.IO.Packaging/PackageRelationship.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,17 +176,17 @@
176176
## Remarks
177177
The <xref:System.IO.Packaging.PackageRelationship.RelationshipType%2A> is specified in the call to the **Package**.<xref:System.IO.Packaging.Package.CreateRelationship%2A> or **PackagePart**.<xref:System.IO.Packaging.PackagePart.CreateRelationship%2A> method that created the relationship. After the relationship is created, the <xref:System.IO.Packaging.PackageRelationship.RelationshipType%2A> cannot be changed.
178178
179-
<xref:System.IO.Packaging.PackageRelationship.RelationshipType%2A> is defined in a URI-like syntax and identifies the role of the relationship. For example, "http://schemas.microsoft.com/xps/2005/06/required-resource" identifies the relationship to a target part that is a "required-resource."
179+
<xref:System.IO.Packaging.PackageRelationship.RelationshipType%2A> is defined in a URI-like syntax and identifies the role of the relationship. For example, `"http://schemas.microsoft.com/xps/2005/06/required-resource"` identifies the relationship to a target part that is a "required-resource."
180180
181181
**Package-Wide Relationship Types**
182182
183183
|Description|Relationship Type|
184184
|-----------------|-----------------------|
185-
|Core Properties|http://schemas.microsoft.com/package/2006/relationships/metadata/core-properties|
186-
|Digital Signature|http://schemas.microsoft.com/package/2006/relationships/digital-signature/signature|
187-
|Digital Signature Certificate|http://schemas.microsoft.com/package/2006/relationships/digital-signature/certificate|
188-
|Digital Signature Origin|http://schemas.microsoft.com/package/2006/relationships/digital-signature/origin|
189-
|Thumbnail|http://schemas.microsoft.com/package/2006/relationships/metadata/thumbnail|
185+
|Core Properties|`http://schemas.microsoft.com/package/2006/relationships/metadata/core-properties`|
186+
|Digital Signature|`http://schemas.microsoft.com/package/2006/relationships/digital-signature/signature`|
187+
|Digital Signature Certificate|`http://schemas.microsoft.com/package/2006/relationships/digital-signature/certificate`|
188+
|Digital Signature Origin|`http://schemas.microsoft.com/package/2006/relationships/digital-signature/origin`|
189+
|Thumbnail|`http://schemas.microsoft.com/package/2006/relationships/metadata/thumbnail`|
190190
191191
For more information about package relationship types see Chapter 3 and Appendix I of the *Open Packaging Conventions* specification available for download at <https://go.microsoft.com/fwlink/?LinkID=71255>.
192192

xml/System.IdentityModel.Protocols.WSTrust/RequestClaimCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<format type="text/markdown"><![CDATA[
4949
5050
## Remarks
51-
After initialization, the <xref:System.IdentityModel.Protocols.WSTrust.RequestClaimCollection> is empty and the <xref:System.IdentityModel.Protocols.WSTrust.RequestClaimCollection.Dialect%2A> property is set to "http://schemas.xmlsoap.org/ws/2005/05/identity".
51+
After initialization, the <xref:System.IdentityModel.Protocols.WSTrust.RequestClaimCollection> is empty and the <xref:System.IdentityModel.Protocols.WSTrust.RequestClaimCollection.Dialect%2A> property is set to "<http://schemas.xmlsoap.org/ws/2005/05/identity>".
5252
5353
]]></format>
5454
</remarks>

xml/System.IdentityModel.Tokens/SessionSecurityToken.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@
888888
<format type="text/markdown"><![CDATA[
889889
890890
## Remarks
891-
The <xref:System.IdentityModel.Tokens.SessionSecurityTokenHandler> base class supports WS-Secure Conversation Feb2005 and WS-Secure Conversation 1.3. The URIs for these versions of WS-Secure Conversation are "http://schemas.xmlsoap.org/ws/2005/02/sc" and "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512" respectively.
891+
The <xref:System.IdentityModel.Tokens.SessionSecurityTokenHandler> base class supports WS-Secure Conversation Feb2005 and WS-Secure Conversation 1.3. The URIs for these versions of WS-Secure Conversation are "<http://schemas.xmlsoap.org/ws/2005/02/sc>" and "<http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512>", respectively.
892892
893893
]]></format>
894894
</remarks>

xml/System.IdentityModel.Tokens/SessionSecurityTokenHandler.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
</ReturnValue>
314314
<Docs>
315315
<summary>Gets the namespace for the cookie element.</summary>
316-
<value>The namespace for the cookie element. The default namespace is "http://schemas.microsoft.com/ws/2006/05/security".</value>
316+
<value>The namespace for the cookie element. The default namespace is <c>"http://schemas.microsoft.com/ws/2006/05/security"</c>.</value>
317317
<remarks>
318318
<format type="text/markdown"><![CDATA[
319319

xml/System.Net.Configuration/ProxyElement+BypassOnLocalValues.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<format type="text/markdown"><![CDATA[
2020
2121
## Remarks
22-
Local resources include the local server (http://localhost, http://loopback, or http://127.0.0.1) and a URI without a period (http://webserver).
22+
Local resources include the local server (`http://localhost`, `http://loopback`, or `http://127.0.0.1`) and a URI without a period (`http://webserver`).
2323
2424
]]></format>
2525
</remarks>

xml/System.Net.Configuration/ProxyElement+UseSystemDefaultValues.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<format type="text/markdown"><![CDATA[
2020
2121
## Remarks
22-
Local resources include the local server (http://localhost, http://loopback, or http://127.0.0.1) and a URI without a period (http://webserver).
22+
Local resources include the local server (`http://localhost`, `http://loopback`, or `http://127.0.0.1`) and a URI without a period (`http://webserver`).
2323
2424
]]></format>
2525
</remarks>

0 commit comments

Comments
 (0)