Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix usage of wrong regex match group
The current regex match group we're using to get the mermaid diagrams from markdown prepends a `\n` character to every mermaid diagram. This only currently works because the current mmdc -> HTML -> mermaid.init step removes these newlines automatically.
- Loading branch information