Skip to content

fix(markdown): add missing newline after Mermaid code block#653

Merged
leestott merged 3 commits intomicrosoft:mainfrom
jairoFernandez:patch-1
Mar 15, 2026
Merged

fix(markdown): add missing newline after Mermaid code block#653
leestott merged 3 commits intomicrosoft:mainfrom
jairoFernandez:patch-1

Conversation

@jairoFernandez
Copy link
Contributor

The paragraph following the Mermaid diagram was placed on the same line as the closing code fence, which broke Markdown rendering. A newline was added to properly separate the code block from the text.

The paragraph following the Mermaid diagram was placed on the same line
as the closing code fence, which broke Markdown rendering. A newline was
added to properly separate the code block from the text.
Copilot AI review requested due to automatic review settings March 8, 2026 21:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes Markdown rendering in the Spanish introduction by properly separating a Mermaid diagram code block from the following paragraph.

Changes:

  • Added a missing newline after the closing Mermaid code fence so subsequent text renders as normal Markdown.
  • Normalized the ending translator disclaimer line (likely ensuring proper EOF/newline formatting).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

jairoFernandez and others added 2 commits March 8, 2026 16:59
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@leestott leestott merged commit d95bc2e into microsoft:main Mar 15, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants