Skip to content

Markdig fixes - Part 1 #2550

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

Merged
merged 6 commits into from
Jun 6, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
The `pageName` parameter should consist of "WindowsFormsDesigner\*CategoryName*", where *CategoryName* is an options category name without any white space characters. The category name is typically "General". Therefore, you can access the "General" designer options category with the English page name "WindowsFormsDesigner\General".
The `pageName` parameter should consist of "WindowsFormsDesigner\\*CategoryName*", where *CategoryName* is an options category name without any white space characters. The category name is typically "General". Therefore, you can access the "General" designer options category with the English page name "WindowsFormsDesigner\General".

> [!NOTE]
> The page and value names are always expected in English. Therefore, the following table is provided to help you access the options you want.
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Globalization/IdnMapping.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
> [!IMPORTANT]
> In the [!INCLUDE[net_v45](~/includes/net-v45-md.md)], the <xref:System.Globalization.IdnMapping> class supports different versions of the IDNA standard, depending on the operating system in use:
>
> - When run on [!INCLUDE[win8](~/includes/win8-md.md)], it supports the 2008 version of the IDNA standard outlined by [RFC 5891: Internationalized Domain Names in Applications (IDNA): Protocol](https://go.microsoft.com/fwlink/?LinkId=231875).
> - When run on earlier versions of the Windows operating system, it supports the 2003 version of the standard outlined by [RFC 3490: Internationalizing Domain Names in Applications (IDNA)](https://go.microsoft.com/fwlink/?LinkId=158110).
> - When run on [!INCLUDE[win8](~/includes/win8-md.md)], it supports the 2008 version of the IDNA standard outlined by [RFC 5891: Internationalized Domain Names in Applications (IDNA): Protocol](https://go.microsoft.com/fwlink/?LinkId=231875).
> - When run on earlier versions of the Windows operating system, it supports the 2003 version of the standard outlined by [RFC 3490: Internationalizing Domain Names in Applications (IDNA)](https://go.microsoft.com/fwlink/?LinkId=158110).
>
> See [Unicode Technical Standard #46: IDNA Compatibility Processing](https://go.microsoft.com/fwlink/?LinkId=232459) for the differences in the way these standards handle particular sets of characters.

Expand Down
10 changes: 1 addition & 9 deletions xml/System.Net.Configuration/ProxyElement.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,7 @@
<Parameters />
<Docs>
<summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ProxyElement" /> class.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks

-

]]></format>
</remarks>
<remarks>To be added.</remarks>
<altmember cref="T:System.Net.IAuthenticationModule" />
<altmember cref="T:System.Net.AuthenticationManager" />
<related type="Article" href="~/docs/framework/configure-apps/file-schema/network/index.md">Network Settings Schema</related>
Expand Down
8 changes: 1 addition & 7 deletions xml/System.Web.Services.Protocols/SoapExtension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,17 +260,11 @@

- <xref:System.Web.Services.Protocols.SoapExtension.GetInitializer%2A> - <xref:System.Web.Services.Protocols.SoapExtension.GetInitializer%2A>, however, is called just once, the first time a SOAP request is made to an XML Web services method. If a custom attribute is applied to the XML Web service method, the <xref:System.Web.Services.Protocols.SoapExtension.GetInitializer%2A> method is invoked. This allows the SOAP extension to interrogate the <xref:System.Web.Services.Protocols.LogicalMethodInfo> of an XML Web service method for prototype information or to access extension-specific data passed by a class deriving from <xref:System.Web.Services.Protocols.SoapExtensionAttribute>. The return value is cached by ASP.NET and passed into subsequent <xref:System.Web.Services.Protocols.SoapExtension.Initialize%2A> methods. Therefore, initialization done in <xref:System.Web.Services.Protocols.SoapExtension.GetInitializer%2A> is encapsulated essentially into a one-time performance hit.

- <xref:System.Web.Services.Protocols.SoapExtension.Initialize%2A> - <xref:System.Web.Services.Protocols.SoapExtension.Initialize%2A> is called every time a SOAP request is made to an XML Web service method, but has an advantage over the class constructor, in that the <xref:System.Object> initialized in <xref:System.Web.Services.Protocols.SoapExtension.GetInitializer%2A> is passed to it.

-
- <xref:System.Web.Services.Protocols.SoapExtension.Initialize%2A> - <xref:System.Web.Services.Protocols.SoapExtension.Initialize%2A> is called every time a SOAP request is made to an XML Web service method, but has an advantage over the class constructor, in that the <xref:System.Object> initialized in <xref:System.Web.Services.Protocols.SoapExtension.GetInitializer%2A> is passed to it.

> [!NOTE]
> You can also add a SOAP extension without deriving from <xref:System.Web.Services.Protocols.SoapExtensionAttribute> by using the [\<soapExtensionTypes> Element](https://msdn.microsoft.com/library/7a373a98-6d82-4f8d-a6fc-2996da3fd54c) in a configuration file. For details, see [\<soapExtensionTypes> Element](https://msdn.microsoft.com/library/7a373a98-6d82-4f8d-a6fc-2996da3fd54c) and [SOAP Message Modification Using SOAP Extensions](https://msdn.microsoft.com/library/97d81ace-95e7-4acc-ae39-9692a0021e95).

-



## Examples
The following example demonstrates how you can use the data cached during the <xref:System.Web.Services.Protocols.SoapExtension.GetInitializer%2A> method.

Expand Down
49 changes: 18 additions & 31 deletions xml/System.Windows.Documents/FixedPage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,8 @@
<a name="dependencyPropertyInfo_Background"></a>
## Dependency Property Information

|||
|-|-|
|Identifier field|<xref:System.Windows.Documents.FixedPage.BackgroundProperty>|
|-|-|
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>, <xref:System.Windows.FrameworkPropertyMetadata.SubPropertiesDoNotAffectRender%2A>|


Expand Down Expand Up @@ -206,9 +205,8 @@
<a name="dependencyPropertyInfo_BleedBox"></a>
## Dependency Property Information

|||
|-|-|
|Identifier field|<xref:System.Windows.Documents.FixedPage.BleedBoxProperty>|
|Identifier field|<xref:System.Windows.Documents.FixedPage.BleedBoxProperty>|
|-|-|
|Metadata properties set to `true`|None|

]]></format>
Expand Down Expand Up @@ -261,9 +259,8 @@
<a name="dependencyPropertyInfo_Bottom"></a>
## Dependency Property Information

|||
|-|-|
|Identifier field|<xref:System.Windows.Documents.FixedPage.BottomProperty>|
|Identifier field|<xref:System.Windows.Documents.FixedPage.BottomProperty>|
|-|-|
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsParentArrange%2A>|

]]></format>
Expand Down Expand Up @@ -364,18 +361,13 @@
- <xref:System.Windows.Documents.FixedPage.ContentBox%2A>.<xref:System.Windows.Rect.Bottom%2A> must be greater than or equal to (<xref:System.Windows.Documents.FixedPage.ContentBox%2A>.<xref:System.Windows.Rect.Top%2A>+1).

- For rules about the relative sizes of the <xref:System.Windows.Documents.FixedPage.ContentBox%2A> and the <xref:System.Windows.Documents.FixedPage.BleedBox%2A>, see the topic <xref:System.Windows.Documents.FixedPage.BleedBox%2A?displayProperty=nameWithType>.

-


<a name="dependencyPropertyInfo_ContentBox"></a>
## Dependency Property Information

|||
|Identifier field|<xref:System.Windows.Documents.FixedPage.ContentBoxProperty>|
|-|-|
|- Identifier field|<xref:System.Windows.Documents.FixedPage.ContentBoxProperty>|
|Metadata properties set to `true`|- None|

-
|Metadata properties set to `true`|None|

]]></format>
</remarks>
Expand Down Expand Up @@ -696,9 +688,8 @@
<a name="dependencyPropertyInfo_Left"></a>
## Dependency Property Information

|||
|-|-|
|Identifier field|<xref:System.Windows.Documents.FixedPage.LeftProperty>|
|Identifier field|<xref:System.Windows.Documents.FixedPage.LeftProperty>|
|-|-|
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsParentArrange%2A>|

]]></format>
Expand Down Expand Up @@ -802,9 +793,8 @@
<a name="dependencyPropertyInfo_NavigateUri"></a>
## Dependency Property Information

|||
|-|-|
|Identifier field|<xref:System.Windows.Documents.FixedPage.NavigateUriProperty>|
|Identifier field|<xref:System.Windows.Documents.FixedPage.NavigateUriProperty>|
|-|-|
|Metadata properties set to `true`|None|

]]></format>
Expand Down Expand Up @@ -960,9 +950,8 @@
<a name="dependencyPropertyInfo_PrintTicket"></a>
## Dependency Property Information

|||
|-|-|
|Identifier field|<xref:System.Windows.Documents.FixedPage.PrintTicketProperty>|
|Identifier field|<xref:System.Windows.Documents.FixedPage.PrintTicketProperty>|
|-|-|
|Metadata properties set to `true`|None|

]]></format>
Expand Down Expand Up @@ -1014,9 +1003,8 @@
<a name="dependencyPropertyInfo_Right"></a>
## Dependency Property Information

|||
|-|-|
|Identifier field|<xref:System.Windows.Documents.FixedPage.RightProperty>|
|Identifier field|<xref:System.Windows.Documents.FixedPage.RightProperty>|
|-|-|
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsParentArrange%2A>|

]]></format>
Expand Down Expand Up @@ -1371,9 +1359,8 @@
<a name="dependencyPropertyInfo_Top"></a>
## Dependency Property Information

|||
|-|-|
|Identifier field|<xref:System.Windows.Documents.FixedPage.TopProperty>|
|Identifier field|<xref:System.Windows.Documents.FixedPage.TopProperty>|
|-|-|
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsParentArrange%2A>|

]]></format>
Expand Down
39 changes: 16 additions & 23 deletions xml/System.Windows.Documents/Hyperlink.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
<xref:System.Windows.Documents.Hyperlink> implements the <xref:System.Windows.Documents.Hyperlink.NavigateUri%2A> property that you set with the <xref:System.Uri> of the content that should be navigated to when the Hyperlink is clicked. <xref:System.Windows.Documents.Hyperlink> navigation can only occur, however, if either the direct or indirect parent of a <xref:System.Windows.Documents.Hyperlink> is a navigation host, including <xref:System.Windows.Navigation.NavigationWindow>, <xref:System.Windows.Controls.Frame>, or any browser that can host [!INCLUDE[TLA2#tla_xbap#plural](~/includes/tla2sharptla-xbapsharpplural-md.md)] (which includes [!INCLUDE[TLA2#tla_ie7](~/includes/tla2sharptla-ie7-md.md)], [!INCLUDE[TLA2#tla_ie6](~/includes/tla2sharptla-ie6-md.md)], and Firefox 2.0+). For more information, see the **Navigation Hosts** topic in [Navigation Overview](~/docs/framework/wpf/app-development/navigation-overview.md).
<xref:System.Windows.Documents.Hyperlink> implements the <xref:System.Windows.Documents.Hyperlink.NavigateUri%2A> property that you set with the <xref:System.Uri> of the content that should be navigated to when the Hyperlink is clicked. <xref:System.Windows.Documents.Hyperlink> navigation can only occur, however, if either the direct or indirect parent of a <xref:System.Windows.Documents.Hyperlink> is a navigation host, including <xref:System.Windows.Navigation.NavigationWindow>, <xref:System.Windows.Controls.Frame>, or any browser that can host XBAPs (which includes Internet Explorer 6 and later versions, and Firefox 2.0+). For more information, see the **Navigation Hosts** topic in [Navigation Overview](~/docs/framework/wpf/app-development/navigation-overview.md).

<xref:System.Windows.Documents.Hyperlink> enforces a strong content model for child content. See [TextElement Content Model Overview](~/docs/framework/wpf/advanced/textelement-content-model-overview.md) for more information about the <xref:System.Windows.Documents.Hyperlink> content model.

Expand Down Expand Up @@ -246,9 +246,8 @@
<a name="routedEventInfo_Click"></a>
## Routed Event Information

|||
|-|-|
|Identifier field|<xref:System.Windows.Documents.Hyperlink.ClickEvent>|
|Identifier field|<xref:System.Windows.Documents.Hyperlink.ClickEvent>|
|-|-|
|Routing strategy|Bubbling|
|Delegate|<xref:System.Windows.RoutedEventHandler>|

Expand Down Expand Up @@ -317,9 +316,8 @@
<a name="dependencyPropertyInfo_Command"></a>
## Dependency Property Information

|||
|-|-|
|Identifier field|<xref:System.Windows.Documents.Hyperlink.CommandProperty>|
|Identifier field|<xref:System.Windows.Documents.Hyperlink.CommandProperty>|
|-|-|
|Metadata properties set to `true`|None|

]]></format>
Expand Down Expand Up @@ -364,9 +362,8 @@
<a name="dependencyPropertyInfo_CommandParameter"></a>
## Dependency Property Information

|||
|-|-|
|Identifier field|<xref:System.Windows.Documents.Hyperlink.CommandParameterProperty>|
|Identifier field|<xref:System.Windows.Documents.Hyperlink.CommandParameterProperty>|
|-|-|
|Metadata properties set to `true`|None|

]]></format>
Expand Down Expand Up @@ -450,9 +447,8 @@
<a name="dependencyPropertyInfo_CommandTarget"></a>
## Dependency Property Information

|||
|-|-|
|Identifier field|<xref:System.Windows.Documents.Hyperlink.CommandTargetProperty>|
|Identifier field|<xref:System.Windows.Documents.Hyperlink.CommandTargetProperty>|
|-|-|
|Metadata properties set to `true`|None|

]]></format>
Expand Down Expand Up @@ -572,7 +568,7 @@
<summary>Gets or sets a [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] to navigate to when the <see cref="T:System.Windows.Documents.Hyperlink" /> is activated.</summary>
<value>The <see cref="T:System.Uri" /> to navigate to when the <see cref="T:System.Windows.Documents.Hyperlink" /> is activated. The default is <see langword="null" />.

<block subset="none" type="note"><para><see cref="T:System.Windows.Documents.Hyperlink" /> can navigate to the value of the <see cref="P:System.Windows.Documents.Hyperlink.NavigateUri" /> property only if either the direct or indirect parent of a <see cref="T:System.Windows.Documents.Hyperlink" /> is a navigation host, including <see cref="T:System.Windows.Navigation.NavigationWindow" />, <see cref="T:System.Windows.Controls.Frame" />, or any browser that can host [!INCLUDE[TLA2#tla_xbap#plural](~/includes/tla2sharptla-xbapsharpplural-md.md)] (which includes [!INCLUDE[TLA2#tla_ie7](~/includes/tla2sharptla-ie7-md.md)], [!INCLUDE[TLA2#tla_ie6](~/includes/tla2sharptla-ie6-md.md)], and Firefox 2.0+). For more information, see the **Navigation Hosts** section in [Navigation Overview](~/docs/framework/wpf/app-development/navigation-overview.md).
<block subset="none" type="note"><para><see cref="T:System.Windows.Documents.Hyperlink" /> can navigate to the value of the <see cref="P:System.Windows.Documents.Hyperlink.NavigateUri" /> property only if either the direct or indirect parent of a <see cref="T:System.Windows.Documents.Hyperlink" /> is a navigation host, including <see cref="T:System.Windows.Navigation.NavigationWindow" />, <see cref="T:System.Windows.Controls.Frame" />, or any browser that can host XBAPs (which includes Internet Explorer 6 and later versions, and Firefox 2.0+). For more information, see the **Navigation Hosts** section in [Navigation Overview](~/docs/framework/wpf/app-development/navigation-overview.md).

</para></block></value>
<remarks>
Expand All @@ -589,9 +585,8 @@
<a name="dependencyPropertyInfo_NavigateUri"></a>
## Dependency Property Information

|||
|-|-|
|Identifier field|<xref:System.Windows.Documents.Hyperlink.NavigateUriProperty>|
|Identifier field|<xref:System.Windows.Documents.Hyperlink.NavigateUriProperty>|
|-|-|
|Metadata properties set to `true`|None|


Expand Down Expand Up @@ -829,9 +824,8 @@
<a name="routedEventInfo_RequestNavigate"></a>
## Routed Event Information

|||
|-|-|
|Identifier field|<xref:System.Windows.Documents.Hyperlink.RequestNavigateEvent>|
|Identifier field|<xref:System.Windows.Documents.Hyperlink.RequestNavigateEvent>|
|-|-|
|Routing strategy|Bubbling|
|Delegate|<xref:System.Windows.Navigation.RequestNavigateEventHandler>|

Expand Down Expand Up @@ -929,9 +923,8 @@
<a name="dependencyPropertyInfo_TargetName"></a>
## Dependency Property Information

|||
|-|-|
|Identifier field|<xref:System.Windows.Documents.Hyperlink.TargetNameProperty>|
|Identifier field|<xref:System.Windows.Documents.Hyperlink.TargetNameProperty>|
|-|-|
|Metadata properties set to `true`|None|

]]></format>
Expand Down
Loading