We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da5018 commit 283976aCopy full SHA for 283976a
1 file changed
Cutout.Docs/articles/file-templates.md
@@ -2,12 +2,12 @@
2
3
The templates can also be stored in external files.
4
5
-To get started, create a '.editorconfig' file in your project.
+To get started, create a `.editorconfig` file in your project.
6
7
In this, connect static files to valid methods in your project.
8
9
-For example, if you have a template called 'my-template.txt',
10
-you can connect it to the 'MyTemplate' method.
+For example, if you have a template called `my-template.txt`,
+you can connect it to the `MyTemplate` method.
11
12
First, add the template to the project.
13
@@ -31,7 +31,7 @@ public static partial class Templates
31
}
32
```
33
34
-Then link the 2 together in the '.editorconfig' file.
+Then link the 2 together in the `.editorconfig` file.
35
36
```editorconfig
37
[my-template.txt]
0 commit comments