| 1 | <!doctype html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <meta charset="utf-8" /> |
| 5 | </head> |
| 6 | <body> |
| 7 | <pre class="mermaid"> |
| 8 | graph TD |
| 9 | A --> B["<a href='javascript#9;t#colon;alert(document.location)'>AAA</a>"] |
| 10 | </pre> |
| 11 | <script type="module"> |
| 12 | import mermaid from './mermaid.esm.mjs'; |
| 13 | mermaid.initialize({ startOnLoad: true }); |
| 14 | </script> |
| 15 | </body> |
| 16 | </html> |
| 17 |