Open DrMabuse23 opened 10 months ago
@DrMabuse23 the referenced repo seems not to be public, or even exist.
have configured to use mermaid as described in the docs?
withMarkdownRenderer({
loadMermaid: () => import('mermaid'),
});
Sorry I changed the Visibility
It is a bug because the MarkdownRouteComponent
does not load the necessary mermaid functionality
https://github.com/analogjs/analog/blob/main/packages/content/src/lib/markdown-route.component.ts
The AnalogMarkdownComponent
does.
https://github.com/analogjs/analog/blob/main/packages/content/src/lib/markdown.component.ts
Is the separate route component necessary at all? They are the same except the mermaid functionality 👀
Please provide the environment you discovered this bug in.
node --version v18.18.2
Which area/package is the issue in?
create-analog
Description
I created up a repository for you just do
please see discord discussion
Please provide the exception or error you saw
No response
Other information
No response
I would be willing to submit a PR to fix this issue