ssricardo / anki-plugins

Contains a set of addons for the open source application Anki Desktop
95 stars 20 forks source link

Strange bug when {{fill-blanks:cloze:Text}} is placed inside <pre><code> blocks #145

Open ssmooncoder opened 10 months ago

ssmooncoder commented 10 months ago

I'm trying to use the new integration with a js highlighter.

Front side template:

<pre>
    <code>
        {{fill-blanks:cloze:Text}}
    </code>
</pre>

This seems to break the addon and I see the listener function printed as text. Only happens when wrapped in blocks.

Screenshot 2024-01-03 at 10 00 30 PM