@@ -376,11 +376,11 @@ To add an image, it is almost like a link. You just need to add a \! before.
376
376
377
377
So inline image syntax looks like this:
378
378
379
- > \!\[ Helpers Image] ( https\: //raw.githubusercontent.com/windows-toolkit/WindowsCommunityToolkit/master /Microsoft.Toolkit.Uwp.SampleApp/Assets/Helpers.png )
379
+ > \!\[ Helpers Image] ( https\: //raw.githubusercontent.com/windows-toolkit/WindowsCommunityToolkit/main /Microsoft.Toolkit.Uwp.SampleApp/Assets/Helpers.png )
380
380
381
381
which renders in:
382
382
383
- ![ Helpers Image] ( https://raw.githubusercontent.com/windows-toolkit/WindowsCommunityToolkit/master /Microsoft.Toolkit.Uwp.SampleApp/Assets/Helpers.png )
383
+ ![ Helpers Image] ( https://raw.githubusercontent.com/windows-toolkit/WindowsCommunityToolkit/main /Microsoft.Toolkit.Uwp.SampleApp/Assets/Helpers.png )
384
384
385
385
Rendering Images is now supported through prefix. use property ** UriPrefix**
386
386
@@ -412,11 +412,11 @@ which renders in:
412
412
413
413
MarkdownTextblock supports links wrapped with Images.
414
414
415
- > \[ !\[ image] ( https\: //raw.githubusercontent.com/windows-toolkit/WindowsCommunityToolkit/master /build/nuget.png )] ( https\: //docs.microsoft.com/windows/uwpcommunitytoolkit/ )
415
+ > \[ !\[ image] ( https\: //raw.githubusercontent.com/windows-toolkit/WindowsCommunityToolkit/main /build/nuget.png )] ( https\: //docs.microsoft.com/windows/uwpcommunitytoolkit/ )
416
416
417
417
will render into
418
418
419
- [ ![ image] ( https://raw.githubusercontent.com/windows-toolkit/WindowsCommunityToolkit/master /build/nuget.png )] ( https://docs.microsoft.com/windows/uwpcommunitytoolkit/ )
419
+ [ ![ image] ( https://raw.githubusercontent.com/windows-toolkit/WindowsCommunityToolkit/main /build/nuget.png )] ( https://docs.microsoft.com/windows/uwpcommunitytoolkit/ )
420
420
421
421
and when clicked will go to the Linked Page.
422
422
@@ -425,7 +425,7 @@ MarkdownTextBlock also supports Reference based links.
425
425
```
426
426
[![image][1]][2]
427
427
428
- [1]:https://raw.githubusercontent.com/windows-toolkit/WindowsCommunityToolkit/master /build/nuget.png
428
+ [1]:https://raw.githubusercontent.com/windows-toolkit/WindowsCommunityToolkit/main /build/nuget.png
429
429
[2]:https://docs.microsoft.com/windows/uwpcommunitytoolkit/
430
430
431
431
```
@@ -434,7 +434,7 @@ will render into
434
434
435
435
[ ![ image] [ 1 ]] [ 2 ]
436
436
437
- [ 1 ] :https://raw.githubusercontent.com/windows-toolkit/WindowsCommunityToolkit/master /build/nuget.png
437
+ [ 1 ] :https://raw.githubusercontent.com/windows-toolkit/WindowsCommunityToolkit/main /build/nuget.png
438
438
[ 2 ] :https://docs.microsoft.com/windows/uwpcommunitytoolkit/
439
439
440
440
*****
0 commit comments