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 Gantt issue when step titles have a colon #36

Merged
merged 2 commits into from
Mar 30, 2023

Conversation

tspascoal
Copy link
Contributor

Since colon is a mermaid Gantt chart separator, having more than one colon breaks mermaid, so a step that contains a : breaks the mermaid Gantt chart

Not sure if this is a mermaid issue or not following mermaid spec for gantt charts, but it's a simple fix.

This is a repro of the issue and here we can see the effect of the fix

Closes #35

Since colon is a mermaid gantt chart separator, having more than one colon breaks mermaid.

Not sure if this is a mermaid issue or not following mermaid spec for gantt charts, but it's a simple fix.
@rwxdash rwxdash assigned rwxdash and unassigned rwxdash Mar 30, 2023
@rwxdash rwxdash requested a review from serkan-ozal March 30, 2023 08:24
@runforesight
Copy link

runforesight bot commented Mar 30, 2023

Foresight Summary

    
Major Impacts
Foresight hasn't detected any major impact on your workflows and tests.

View More Details

✅  build-workflow-telemetry workflow has finished in 1 minute 42 seconds and finished at 30th Mar, 2023.


Job Failed Steps Tests
build -     🔗  N/A See Details

🔎 See details on Foresight

*You can configure Foresight comments in your organization settings page.

@rwxdash
Copy link
Member

rwxdash commented Mar 30, 2023

Thank you for the contribution @tspascoal. @serkan-ozal can you check and merge the PR, please.

@suleymanbarman suleymanbarman merged commit fddfdeb into catchpoint:master Mar 30, 2023
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.

Gantt chart fails to display if step title has a :
3 participants