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
I am trying to use docsify with wavedrom, but since wavedrom uses JSON format in <script type="WaveDrom">...snip...</script> as the setting value for a graph, docsify seemed to be failed evaluating it and seemed to be dead😢
Is this a bug? Or else is there any way to avoid this issue?
The text was updated successfully, but these errors were encountered:
Sorry for bothering you, this issue was solved. I found the root cause of this problem that executeScript processes only the first <script> element in .markdown-section.
I inserted the script <script>WaveDrom.ProcessAll();</script> on the head of the md file, and then it worked fine.
I am trying to use docsify with wavedrom, but since wavedrom uses JSON format in
<script type="WaveDrom">...snip...</script>
as the setting value for a graph, docsify seemed to be failed evaluating it and seemed to be dead😢Is this a bug? Or else is there any way to avoid this issue?
The text was updated successfully, but these errors were encountered: