When prerendering static markdown routes, the generated html file does not contain the rendered markdown content. Instead, the markdown angular component is present in the generated html file.
I think I know what's going on here. The template for the internal markdown component isn't being compiled in the library, so we may need to adjust the compilation mode.
Please provide the environment you discovered this bug in.
@analogjs/content: "^0.2.0-beta.8", @analogjs/router: "^0.2.0-beta.7", @analogjs/platform: "^0.2.0-beta.7"
Which area/package is the issue in?
content
Description
When prerendering static markdown routes, the generated html file does not contain the rendered markdown content. Instead, the markdown angular component is present in the generated html file.
See the repo at https://github.com/zawasp/analogjs-test and the served content from
dist/analog/public
at https://analogjs-test.pages.dev/about. TheAbout
markdown page source contains<analog-markdown ngh="0"><div class="analog-markdown"></div></analog-markdown>
instead of the markdown content.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