Skip to content

Commit dce5054

Browse files
authored
Alter markdown line length recommendation
1 parent 9193a2f commit dce5054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/instructions/markdown.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Follow these guidelines for formatting and structuring your markdown content:
2929
- **Links**: Use `[link text](URL)` for links. Ensure that the link text is descriptive and the URL is valid.
3030
- **Images**: Use `![alt text](image URL)` for images. Include a brief description of the image in the alt text.
3131
- **Tables**: Use `|` to create tables. Ensure that columns are properly aligned and headers are included.
32-
- **Line Length**: Break lines at 80 characters to improve readability. Use soft line breaks for long paragraphs.
32+
- **Line Length**: Break lines at 400 characters to improve readability. Use soft line breaks for long paragraphs.
3333
- **Whitespace**: Use blank lines to separate sections and improve readability. Avoid excessive whitespace.
3434

3535
## Validation Requirements

0 commit comments

Comments
 (0)