You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When importing a file into typedoc using [[include:path/to/file.md]], mermaid tags will not be handled and it will complain it can't highlight it.
Info: Loaded plugin typedoc-plugin-mermaid
Debug: Using TypeScript 4.3.5 from ./node_modules/typescript/lib
Debug: Converting with 1 programs 1 entry points
Debug: Finished getting entry points in 7598ms
Debug: Begin readme search at ./src
Debug: Finished conversion in 99ms
Debug: Renderer: Loading highlighter took 472ms
Warning:
Unsupported highlight language "mermaid" will not be highlighted. Run typedoc --help for a list of supported languages.
target code block :
flowChart TB
A --> B
source files :undefined
output file :
undefined
Info: Documentation generated at ./docs
Debug: HTML rendering took 493ms
See error
Expected behavior
I expect mermaid blocks be rendered from the included markdown file
The text was updated successfully, but these errors were encountered:
Describe the bug
When importing a file into typedoc using
[[include:path/to/file.md]]
, mermaid tags will not be handled and it will complain it can't highlight it.To Reproduce
Steps to reproduce the behavior:
foo.ts
:foo.md
with:typedoc src/foo.ts --logLevel Verbose --includes src/
Expected behavior
I expect mermaid blocks be rendered from the included markdown file
The text was updated successfully, but these errors were encountered: