Closed dpilafian closed 1 year ago
Viewing the README.md file at: https://github.com/taoqf/node-html-parser
hangs the browser in Safari and displays the following error in Chrome:
Unable to render rich display Maximum call stack size exceeded
The error appears to be caused by two lines in the Mermaid diagram definition:
https://github.com/taoqf/node-html-parser/blob/6a816da48b9317fde3906e297c5f42c0734e8151/README.md?plain=1#L118
https://github.com/taoqf/node-html-parser/blob/6a816da48b9317fde3906e297c5f42c0734e8151/README.md?plain=1#L146
Commenting out the lines with %% enables the diagram to render without crashing.
%%
Thank you.
Viewing the README.md file at: https://github.com/taoqf/node-html-parser
hangs the browser in Safari and displays the following error in Chrome:
The error appears to be caused by two lines in the Mermaid diagram definition:
https://github.com/taoqf/node-html-parser/blob/6a816da48b9317fde3906e297c5f42c0734e8151/README.md?plain=1#L118
https://github.com/taoqf/node-html-parser/blob/6a816da48b9317fde3906e297c5f42c0734e8151/README.md?plain=1#L146
Commenting out the lines with
%%
enables the diagram to render without crashing.