Feature Request: Allow custom Mermaid API URL

Currently, langchain_core.runnables.graph_mermaid.py is hardcoded to use mermaid.ink to render graph diagrams. It would be nice to allow users to specify a custom URL, e.g. for self-hosted instances of the Mermaid server.

Planning to submit a PR for this momentarily. Edit: Link to PR