Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
In my userscript markdown, I've included
kbd
HTML elements, but they do not render properlyExample:
<kbd>Shift</kbd>+<kbd>Ctrl</kbd>+<kbd>x</kbd>
Renders as:
Shift+Ctrl+x
Hmm, when I use preview, it renders correctly, but in my script info, it doesn't: https://openuserjs.org/scripts/Mottie/GitHub_Custom_Hotkeys
Re: @Mottie:
Thanks for the report. Good guess on the dependency... that's not what I thought when I looked at this yesterday but it seems to be accurate.
Follow:
Test
Re: @Mottie:
We're going to try a work-around for this to force compatibility of markdown with sanitize-html dependency.
Sanitizing will always have a higher priority over html user-content but hope this methodology handles this for now.
OUJS Admin