CuteMarkEd
CuteMarkEd copied to clipboard
MacOS version render mermaid to del
how to debug to fix?
~~~mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
~~~
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script type="text/javascript">window.onscroll = function() { synchronizer.webViewScrolled(); }; </script>
<script type="text/x-mathjax-config">MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});</script><script type="text/javascript" src="qrc:/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="stylesheet" href="qrc:/scripts/highlight.js/styles/solarized_light.css">
<script src="qrc:/scripts/highlight.js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link rel="stylesheet" href="qrc:/scripts/mermaid/mermaid.css">
<script src="qrc:/scripts/mermaid/mermaid.full.min.js"></script>
</head>
<body>
<p><del>mermaid
graph TD;
A–>B;
A–>C;
B–>D;
C–>D;
</del></p>
</body>
</html>
Same on Linux