selfthinker / dokuwiki_plugin_abc2

ABC Plugin for DokuWiki: Displays sheet music (input ABC, output SVG and MIDI)
https://www.dokuwiki.org/plugin:abc2
GNU General Public License v2.0
1 stars 2 forks source link

Highlighted search snippets destroy SVGs #1

Open selfthinker opened 3 years ago

selfthinker commented 3 years ago

When following a link from a wiki search, the search term gets highlighted via some inserted HTML (<span class="search_hit"></span>). When that is in the code that the JS picks up to build the SVG, it destroys the SVGs.

I couldn't find a way to remove that span from the plugin itself as that span seems to get added after the output from the plugin's syntax.php.