Commit e1db0f4
Indent CHANGELOG continuation lines for repo consistency
The wrapped bullet added by this PR used non-indented continuation
lines. Surveying every wrapped bullet in the repository shows that is
the sole exception:
CHANGELOG.md 59 indented, 0 non-indented
durabletask-azuremanaged/CHANGELOG 20 indented, 0 non-indented
azure-functions-durable/CHANGELOG 26 indented, 0 non-indented
Indent the nine continuation lines to match. Content is unchanged --
the diff is exactly 18 added space characters (9 lines x 2).
Note the rendering rationale offered in review does not apply here.
CommonMark lazy continuation keeps unindented paragraph text inside
the list item, and GitHub's own renderer returns byte-identical HTML
for both forms (1 <ul>, 1 <li>, no text escaping the item). The reason
to indent is consistency with the other 105 wrapped bullets, not a
rendering defect. Indented text is still more robust, since a future
reflow that starts a line with "-" or "1." would silently open a new
list block.
Longest line is now 89 characters, within the md013 limit of 100.
Violation count is unchanged at 16, all pre-existing and none on the
lines this PR touches.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b6ec6f9e-f919-4874-b146-fa764b5c56171 parent ea332e9 commit e1db0f4
1 file changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments