Skip to content

Commit 888e670

Browse files
committed
edits
1 parent 4611090 commit 888e670

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

docs/project/wiki/markdown-guidance.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -479,15 +479,19 @@ The following table lists the types of links supported for different Markdown sc
479479
**Welcome pages**
480480
481481
- Relative path:
482+
482483
`[Display text](target.md)`
483484
484485
- Absolute path in Git:
486+
485487
`[Display text](/folder/target.md)`
486488
487489
- Absolute path in TFVC:
490+
488491
`[Display text]($/project/folder/target.md)`
489492
490493
- URL:
494+
491495
`[Display text](http://address.com)`
492496
493497
:::column-end:::
@@ -497,6 +501,7 @@ The following table lists the types of links supported for different Markdown sc
497501
**Markdown widget**
498502
499503
- URL:
504+
500505
`[Display text](http://address.com)`
501506
502507
:::column-end:::
@@ -506,9 +511,11 @@ The following table lists the types of links supported for different Markdown sc
506511
**Wiki pages**
507512
508513
- Absolute path of Wiki pages:
514+
509515
`[Display text](/parent-page/child-page)`
510516
511517
- URL:
518+
512519
`[Display text](http://address.com)`
513520
514521
:::column-end:::
@@ -527,12 +534,12 @@ Relative links in a Welcome page are relative to the root of the source control
527534
- _/BuildTemplates/AzureContinuousDeploy.11.xaml_
528535
- _./page-2.md_
529536
530-
#### Markdown widget relative links
537+
#### Example: Markdown widget relative links
531538
532539
Relative links in a Markdown widget are relative to the team project collection URL base. Here are some examples:
533540
534-
- _/DefaultCollection/Fabrikam/_versionControl#path=$/TFVC-Welcome/BuildTemplates/AzureContinuousDeploy.11.xaml_
535-
- _/DefaultCollection/Fabrikam/_versionControl#path=$/TFVC-Welcome/page-2.md_
541+
- _/DefaultCollection/Fabrikam/versionControl#path=$/TFVC-Welcome/BuildTemplates/AzureContinuousDeploy.11.xaml_
542+
- _/DefaultCollection/Fabrikam/versionControl#path=$/TFVC-Welcome/page-2.md_
536543
537544
### Anchor links
538545
@@ -801,7 +808,7 @@ MOV (_.mov_), MP4 (_.mp4_)
801808
:::row-end:::
802809
803810
> [!NOTE]
804-
> Not all file formats are supported as attachments in pull request comments, such as Microsoft Office Message (.msg) files.
811+
> Not all file formats are supported as attachments in pull request comments, such as Microsoft Office Message (_.msg_) files.
805812
806813
### Attach images or files
807814

0 commit comments

Comments
 (0)