Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Markdown visual line break for 'queues.md' files #1020

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

TheHandyOwl
Copy link
Contributor

Line break for options:

Added a visual line break to separate the header "Some text options:" from the list items. This ensures proper Markdown rendering and improves readability.


Before:

Some text options:

  • Example 1
  • Example 2

Rendered as:
Some text options: - Example 1 - Example 2


After:

Some text options:
(line break added)

  • Example 1
  • Example 2

Rendered as:
Some text options:

  • Example 1
  • Example 2

Consistent visual rendering across other Markdown elements:

This change introduces a similar visual line break strategy for informational blocks.
These adjustments ensure uniformity, improve Markdown rendering, and maintain a cleaner visual structure across various platforms.

… the list items. This ensures proper Markdown rendering and improves readability.
… ensure proper Markdown rendering. These changes improve clarity by separating these blocks, ensuring they render properly and independently in Markdown viewers.
@TheHandyOwl TheHandyOwl requested review from a team, 0xTim and gwynne as code owners December 7, 2024 16:28
@alemohamad alemohamad added the translation-update This PR contains translations for the docs label Dec 7, 2024
@alemohamad alemohamad merged commit 79b5656 into vapor:main Dec 9, 2024
1 check passed
@TheHandyOwl TheHandyOwl deleted the fix/markdown-visual-line-break branch December 10, 2024 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
translation-update This PR contains translations for the docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants