Sam Wall
Sam Wall
I shall have a look at making those 2 changes. Should I move the mermaid and theme config into `siteConfig.markdown.mermaid`? Something like: ```js export type DocusaurusConfig = { markdown?: {...
> Sorry, left a bunch of random review comments... There's a bit left to be desired in this PR's approach. Let me know if you need help with any of...
Looks good to me, great rework. My only comment is on the IDs but I doubt that will actually be an issue.
Hey @Josh-Cena I've resolved the conflicts with main, is there anything else I can do to help get this merged?
I have taken the Mermaid component [example given above](https://github.com/facebook/docusaurus/issues/1258#issuecomment-894600014) and bundled it in a package [mdx-mermaid](https://www.npmjs.com/package/mdx-mermaid) The package also includes a remark plugin so that it can be used with...
@botteroxom The enhancement to the plugin to follow the docusaurus theme is being tracked here https://github.com/sjwall/mdx-mermaid/issues/4
@Josh-Cena I am looking at merging in mdx-mermaid, should hopefully have a PR together this week
This is resolved with release `v2.0.0-rc1`. I'll promote to `v2.0.0` in a week or so if there are no bugs reported
I have come across the same problem and it looks like it is an issue with how outlayer is packaged into `masonry.pkgd.js`. I found 2 solutions: ### Solution 1 Change...