Skip to content

Fix list markup: blank line required - #10591

Merged
charliermarsh merged 2 commits into
astral-sh:mainfrom
aureliojargas:patch-1
Mar 26, 2024
Merged

Fix list markup: blank line required#10591
charliermarsh merged 2 commits into
astral-sh:mainfrom
aureliojargas:patch-1

Conversation

@aureliojargas

Copy link
Copy Markdown
Contributor

Judging from the other lists in this same file, it looks like a blank line is required to separate the previous paragraph from the first list item.

Otherwise the list is considered part of the paragraph:

image image

After this change hopefully those will be rendered as proper bullet lists.

It looks like a blank line is required to separate the previous
paragraph from the first list item. Otherwise the list is considered
part of the paragraph.

The current renderings from those two parts are in:

- https://docs.astral.sh/ruff/settings/#lint_flake8-copyright_notice-rgx
- https://docs.astral.sh/ruff/settings/#format_quote-style

@charliermarsh charliermarsh left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@charliermarsh charliermarsh added the documentation Improvements or additions to documentation label Mar 25, 2024
@charliermarsh
charliermarsh enabled auto-merge (squash) March 25, 2024 23:43
@charliermarsh
charliermarsh merged commit 80b4688 into astral-sh:main Mar 26, 2024
@github-actions

Copy link
Copy Markdown
Contributor

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants