Skip to content

Commit 90a4453

Browse files
committed
fix: MD023/heading-start-left/header-start-left
Headings must start at the beginning of the line
1 parent 76a4ffb commit 90a4453

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

docs/ide/navigate-code-cpp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You can open **Go To** with **Ctrl+,**. This action creates a search box over th
5151

5252
When you first invoke **Go To** with **Ctrl +**, **Go To All** is activated (no filters on search results). You then can select the filter you want by using the buttons near the search box. You can invoke a specific filter using its corresponding keyboard shortcut. Doing so opens the **Go To** search box with that filter preselected. All keyboard shortcuts are configurable.
5353

54-
To apply a text filter, start your search query with the filters corresponding character followed by a space. (**Go To Line** can optionally omit the space.) These text filters are available:
54+
To apply a text filter, start your search query with the filter's corresponding character followed by a space. (**Go To Line** can optionally omit the space.) These text filters are available:
5555

5656
- Go To All: (no text filter)
5757
- Go To Line Number: :
@@ -100,7 +100,7 @@ You group results by the following categories:
100100
- Definition then Path
101101
- Definition, Project then Path
102102

103-
#### Filter results
103+
#### Filter results
104104

105105
To filter results, hover over a column and select the filtering icon that pops up. You can filter results from the first column to hide things like string and comment references that you might not want to see.
106106

@@ -112,7 +112,7 @@ To filter results, hover over a column and select the filtering icon that pops u
112112

113113
- **Unprocessed results**: **Find All References** operations can take time to complete on larger codebases, so the Results list shows "unprocessed" results here. Unprocessed results match the name of the symbol being searched for but haven't yet been confirmed as actual code references. You can turn on this filter to get faster results. Just be aware that some results might not be actual references.
114114

115-
#### Sort results
115+
#### Sort results
116116

117117
You can sort results by any column by selecting that column. You can swap between ascending or descending order by selecting the column again.
118118

docs/mfc/reference/diagnostic-services.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,8 @@ To use this function successfully:
614614
- The file IMAGEHLP.DLL must be on your path. If you do not have this DLL, the function will display an error message. See [Image Help Library](/windows/win32/Debug/image-help-library) for information on the function set provided by IMAGEHLP.
615615

616616
- The modules that have frames on the stack must include debugging information. If they do not contain debugging information, the function will still generate a stack trace, but the trace will be less detailed.
617-
### Requirements
617+
618+
### Requirements
618619

619620
**Header:** afx.h
620621

docs/mfc/reference/dialog-data-exchange-functions-for-crecordview-and-cdaorecordview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,8 @@ See [DDX_FieldText](#ddx_fieldtext) for a general DDX_Field example. Calls to `D
454454

455455
**Header** afxdao.h
456456

457-
## <a name="ddx_fieldslider"></a> DDX_FieldSlider
457+
## <a name="ddx_fieldslider"></a> DDX_FieldSlider
458+
458459
The `DDX_FieldSlider` function synchronizes the thumb position of a slider control in a record view and an **int** field data member of a recordset associated with the record view (or with whatever integer variable you choose to map it to).
459460

460461
### Syntax

0 commit comments

Comments
 (0)