Yoann Maingon
Results
12
comments of
Yoann Maingon
I quickly tweaked this ugly snippet that I paste in the html template, which is not ideal but does the job for now ```javascript $(document).ready(function () { $("pre > code.language-flow:contains('=>start')").each((index)...
the ugly part is in detecting the flow reference. Because I don't see that you pass the code block language to the HTML output. By passing this to the HTML...