amoeba opened a new pull request, #3391: URL: https://github.com/apache/arrow-adbc/pull/3391
Fixes rendering of the manifest_load.mmd diagram under Safari by re-generating the SVG using mmdc. The original SVG checked into git was generated by hand using a web tool (mermaidchart.org)) which has a rendering bug under Safari. The YAML frontmatter this PR removes is not supported by the mmdc cli (it's specific to mermaidchart.org) so removing it is also required for the makefile to run correctly anyway. This PR is an overall improvement but has one downside: When using dark mode, the connector lines between graph nodes is slightly less bright. We might be able to fix this with custom CSS (via `mmdc --cssFile`). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org