Commit 7a13333
committed
Strip trailing whitespace from prose in top-level and package READMEs
Three stray single trailing spaces at end of prose lines:
- README.md (Security Considerations section):
* end of the 'MarkItDown performs I/O...' paragraph
* end of the 'Sanitize your inputs:' paragraph
- packages/markitdown/README.md:
* end of the [!TIP] callout description line
Some Markdown renderers (and Markdown Lint / Prettier / etc.) treat a
trailing double-space as an explicit line break, so accidental single
trailing spaces show up as diff noise on every unrelated edit. They
also make grep/regex line-ends less reliable.
Prose-only change, no rendering impact intended.
Proposed by community PR #1838 (only the whitespace part; that PR
also unrelated changes that blocked it from merging).1 parent cc9202b commit 7a13333
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments