@@ -15,7 +15,7 @@ professionalism across all documents.
15157 . [ Formatting] ( #formatting )
16168 . [ Product and Project Naming] ( #product-and-project-naming )
1717
18- ***
18+ ---
1919
2020## General guidelines
2121
@@ -38,7 +38,7 @@ professionalism across all documents.
3838
3939* Validate documentation changes using ` make test-doc -j ` or ` vcbuild test-doc ` .
4040
41- ***
41+ ---
4242
4343## Writing style
4444
@@ -68,7 +68,7 @@ professionalism across all documents.
6868* Use precise technical terms and avoid colloquialisms.
6969* Define any specialized terms or acronyms at first use.
7070
71- ***
71+ ---
7272
7373## Punctuation
7474
@@ -87,7 +87,7 @@ professionalism across all documents.
8787* Use colons to introduce lists or explanations.
8888* Use semicolons to link closely related independent clauses.
8989
90- ***
90+ ---
9191
9292## Document structure
9393
@@ -109,7 +109,7 @@ professionalism across all documents.
109109
110110* Use tables to present structured information clearly. Ensure they are readable in plain text.
111111
112- ***
112+ ---
113113
114114## API documentation
115115
@@ -129,7 +129,7 @@ professionalism across all documents.
129129 * `byteOffset` {integer} Index of first byte to expose. **Default:** `0`.
130130 ```
131131
132- ***
132+ ---
133133
134134## Code blocks
135135
@@ -165,7 +165,7 @@ professionalism across all documents.
165165* Use comments to explain complex logic within code examples.
166166* Follow the standard commenting style of the respective language.
167167
168- ***
168+ ---
169169
170170## Formatting
171171
@@ -198,7 +198,7 @@ professionalism across all documents.
198198 * Returns: {AsyncHook} A reference to ` asyncHook ` .
199199 ```
200200
201- ***
201+ ---
202202
203203## Product and project naming
204204
@@ -225,7 +225,7 @@ professionalism across all documents.
225225
226226For topics not addressed here, please consult the [ Microsoft Writing Style Guide] [ ] .
227227
228- ***
228+ ---
229229
230230[ Microsoft Writing Style Guide ] : https://learn.microsoft.com/en-us/style-guide/welcome/
231231[ US spelling ] : https://learn.microsoft.com/en-us/style-guide/word-choice/use-us-spelling-avoid-non-english-words
0 commit comments