Love your plugin, nice work.
However, if I want to escape formatting in AsciiDoc codeblocks, the Copy button does not work.
Example for such codeblock:
[subs="quotes",source]
----
source code here
----
This is the error message from Developer Tools console:
Uncaught TypeError: Failed to execute 'selectNodeContents' on 'Range': parameter 1 is not of type 'Node'.
I investigated a bit and it looks like adding the <pre> tag as code container in addition to <code> would solve the problem. Could you please add this modification and I would test it?
Hi,
Love your plugin, nice work. However, if I want to escape formatting in AsciiDoc codeblocks, the Copy button does not work. Example for such codeblock:
This is the error message from Developer Tools console: Uncaught TypeError: Failed to execute 'selectNodeContents' on 'Range': parameter 1 is not of type 'Node'.
Could you please check if you can add support?
Thanks a lot! Imre