Skip to content

Commit 18666fe

Browse files
authored
Merge pull request #42747 from am11/patch-2
Fix markdown syntax for pandoc
2 parents 7be8d27 + 6d0e946 commit 18666fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/core/tools/dotnet-new-sdk-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ When you install the [.NET SDK](https://dotnet.microsoft.com/download), you rece
1313
dotnet new list
1414
```
1515

16-
[!INCLUDE [](../../../includes/templates.md)]
16+
[!INCLUDE [templates](../../../includes/templates.md)]
1717

1818
## Template options
1919

docs/core/tools/dotnet-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To activate tab completion for the .NET SDK, see [Enable tab completion](enable-
5656

5757
Starting with .NET SDK 5.0.300, the [`search` command](dotnet-new-search.md) should be used to search for templates in NuGet.org.
5858

59-
[!INCLUDE [](../../../includes/templates.md)]
59+
[!INCLUDE [templates](../../../includes/templates.md)]
6060

6161
## Options
6262

0 commit comments

Comments
 (0)