We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca87bbf commit f8727f5Copy full SHA for f8727f5
1 file changed
Workbench/Wmf/SkiaWmfRenderer/samples/sample/Program.cs
@@ -66,21 +66,21 @@ void ConvertImageFile(string file)
66
67
markdownText.AppendLine
68
(
69
- $"""
70
- ## {fileNameWithoutExtension}
+ $$"""
+ ## {{fileNameWithoutExtension}}
71
72
- **GDI:**
+ **GDI:**
73
74
- 
+ {width=250 height=120}
75
76
- **WMF:**
+ **WMF:**
77
78
- """
+ """
79
);
80
81
if (success)
82
{
83
- markdownText.AppendLine($"");
+ markdownText.AppendLine($""+ "{width=250 height=120}");
84
}
85
else
86
0 commit comments