Skip to content

Conversation

Copy link

Copilot AI commented Jun 21, 2025

The mermaid diagram in the README contained visible \n characters instead of proper line breaks, making the flowchart difficult to read. These literal \n characters appeared in three node labels within the decision tree diagram:

  • id2B: "Do you want to add an unsupported package? \n either a package..."
  • id2C: "Do you want to use Mariner for your project? \n ex. bare metal..."
  • id3B: "Do you want to add a common package? \n either a package..."

Changes made:

  • Replaced all literal \n characters with proper <br> tags in the mermaid flowchart
  • Preserved all other diagram content and formatting
  • No functional changes to the repository structure or build process

Result:
The mermaid diagram now renders with proper multi-line text formatting instead of showing raw \n characters, improving readability of the decision tree that helps users choose between the CBL-Mariner and CBL-MarinerTutorials repositories.

Fixes #71.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] There are visible \n characters in the README's mermaid diagram Fix visible \n characters in README's mermaid diagram Jun 21, 2025
Copilot AI requested a review from christopherco June 21, 2025 04:51
Copilot finished work on behalf of christopherco June 21, 2025 04:51
@christopherco christopherco marked this pull request as ready for review June 26, 2025 22:31
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.

There are visible \n characters in the README's mermaid diagram

2 participants