bleistivt
bleistivt
Still relevant.
Still relevant.
@AmritasyaPutra I solved this by monkey-patching `dw_page.makeToggle` in my theme. Example for `#dw__toc`: ```js var originalMakeToggle = dw_page.makeToggle; dw_page.makeToggle = function(handle, content, state){ if (handle === '#dw__toc h3' && content...
I have also been using something similar for both JPEG and PNG for a while now as part of a [renderer plugin](https://www.dokuwiki.org/devel:renderer_plugins) also adding a 2x version: ```php
still a problem
still relevant