-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close stream when markdown is drawn. refs #43
Rlease stream when markdown is drawn.
- Loading branch information
Showing
32 changed files
with
500 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
tests/MdXaml.Test/Out/core/Tests.Transform_givenImages2_generatesExpectedResult.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-16"?> | ||
<FlowDocument Style="{x:Null}" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | ||
<Paragraph>A remote <Image Tag="image" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image>.</Paragraph> | ||
<Paragraph>Images side by side <Image Tag="imageleft" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image><Image Tag="imageright" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image></Paragraph> | ||
<Paragraph>A remote <Image Tag="image" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image>.</Paragraph> | ||
<Paragraph>Images side by side <Image Tag="imageleft" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image><Image Tag="imageright" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image></Paragraph> | ||
<Paragraph> | ||
<Image Tag="imageright" Width="48" Margin="0,0,0,0" ToolTip="cyan"> | ||
<Image.Source> | ||
<BitmapImage BaseUri="{x:Null}" /> | ||
<BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /> | ||
</Image.Source> | ||
</Image> | ||
</Paragraph> | ||
<Paragraph>A resource image <Image Tag="image" Width="701.6608276367188" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image>. A local image <Image Tag="image" Width="384.1552734375" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image>.</Paragraph> | ||
<Paragraph>A resource image <Image Tag="image" Width="701.6608276367188" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image>. A local image <Image Tag="image" Width="384.1552734375" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image>.</Paragraph> | ||
</FlowDocument> |
8 changes: 4 additions & 4 deletions
8
.../MdXaml.Test/Out/dotnet/Tests.Transform_givenImages2_generatesExpectedResult.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-16"?> | ||
<FlowDocument Style="{x:Null}" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | ||
<Paragraph>A remote <Image Tag="image" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image>.</Paragraph> | ||
<Paragraph>Images side by side <Image Tag="imageleft" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image><Image Tag="imageright" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image></Paragraph> | ||
<Paragraph>A remote <Image Tag="image" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image>.</Paragraph> | ||
<Paragraph>Images side by side <Image Tag="imageleft" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image><Image Tag="imageright" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image></Paragraph> | ||
<Paragraph> | ||
<Image Tag="imageright" Width="48" Margin="0,0,0,0" ToolTip="cyan"> | ||
<Image.Source> | ||
<BitmapImage BaseUri="{x:Null}" /> | ||
<BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /> | ||
</Image.Source> | ||
</Image> | ||
</Paragraph> | ||
<Paragraph>A resource image <Image Tag="image" Width="701.6608276367188" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image>. A local image <Image Tag="image" Width="384.1552734375" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image>.</Paragraph> | ||
<Paragraph>A resource image <Image Tag="image" Width="701.6608276367188" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image>. A local image <Image Tag="image" Width="384.1552734375" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image>.</Paragraph> | ||
</FlowDocument> |
8 changes: 4 additions & 4 deletions
8
...Xaml.Test/Out/framework/Tests.Transform_givenImages2_generatesExpectedResult.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-16"?> | ||
<FlowDocument Style="{x:Null}" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | ||
<Paragraph>A remote <Image Tag="image" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image>.</Paragraph> | ||
<Paragraph>Images side by side <Image Tag="imageleft" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image><Image Tag="imageright" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image></Paragraph> | ||
<Paragraph>A remote <Image Tag="image" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image>.</Paragraph> | ||
<Paragraph>Images side by side <Image Tag="imageleft" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image><Image Tag="imageright" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image></Paragraph> | ||
<Paragraph> | ||
<Image Tag="imageright" Width="48" Margin="0,0,0,0" ToolTip="cyan"> | ||
<Image.Source> | ||
<BitmapImage BaseUri="{x:Null}" /> | ||
<BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /> | ||
</Image.Source> | ||
</Image> | ||
</Paragraph> | ||
<Paragraph>A resource image <Image Tag="image" Width="701.660827636719" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image>. A local image <Image Tag="image" Width="384.1552734375" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image>.</Paragraph> | ||
<Paragraph>A resource image <Image Tag="image" Width="701.660827636719" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image>. A local image <Image Tag="image" Width="384.1552734375" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image>.</Paragraph> | ||
</FlowDocument> |
8 changes: 4 additions & 4 deletions
8
.../MdXaml.Test/OutMF/core/Tests.Transform_givenImages2_generatesExpectedResult.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-16"?> | ||
<FlowDocument Style="{x:Null}" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | ||
<Paragraph>A remote <Image Tag="image" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image>.</Paragraph> | ||
<Paragraph>Images side by side <Image Tag="imageleft" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image><Image Tag="imageright" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image></Paragraph> | ||
<Paragraph>A remote <Image Tag="image" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image>.</Paragraph> | ||
<Paragraph>Images side by side <Image Tag="imageleft" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image><Image Tag="imageright" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image></Paragraph> | ||
<Paragraph> | ||
<Image Tag="imageright" Width="48" Margin="0,0,0,0" ToolTip="cyan"> | ||
<Image.Source> | ||
<BitmapImage BaseUri="{x:Null}" /> | ||
<BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /> | ||
</Image.Source> | ||
</Image> | ||
</Paragraph> | ||
<Paragraph>A resource image <Image Tag="image" Width="701.6608276367188" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image>. A local image <Image Tag="image" Width="384.1552734375" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image>.</Paragraph> | ||
<Paragraph>A resource image <Image Tag="image" Width="701.6608276367188" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image>. A local image <Image Tag="image" Width="384.1552734375" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image>.</Paragraph> | ||
</FlowDocument> |
8 changes: 4 additions & 4 deletions
8
...dXaml.Test/OutMF/dotnet/Tests.Transform_givenImages2_generatesExpectedResult.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-16"?> | ||
<FlowDocument Style="{x:Null}" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | ||
<Paragraph>A remote <Image Tag="image" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image>.</Paragraph> | ||
<Paragraph>Images side by side <Image Tag="imageleft" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image><Image Tag="imageright" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image></Paragraph> | ||
<Paragraph>A remote <Image Tag="image" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image>.</Paragraph> | ||
<Paragraph>Images side by side <Image Tag="imageleft" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image><Image Tag="imageright" Width="48" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image></Paragraph> | ||
<Paragraph> | ||
<Image Tag="imageright" Width="48" Margin="0,0,0,0" ToolTip="cyan"> | ||
<Image.Source> | ||
<BitmapImage BaseUri="{x:Null}" /> | ||
<BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /> | ||
</Image.Source> | ||
</Image> | ||
</Paragraph> | ||
<Paragraph>A resource image <Image Tag="image" Width="701.6608276367188" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image>. A local image <Image Tag="image" Width="384.1552734375" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" /></Image.Source></Image>.</Paragraph> | ||
<Paragraph>A resource image <Image Tag="image" Width="701.6608276367188" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image>. A local image <Image Tag="image" Width="384.1552734375" Margin="0,0,0,0"><Image.Source><BitmapImage BaseUri="{x:Null}" CacheOption="OnLoad" /></Image.Source></Image>.</Paragraph> | ||
</FlowDocument> |
Oops, something went wrong.