Spoiler titles
When using the spoiler= sCode, you can no longer include sCode within the title; it must be plaintext. If you need a fancier title, you can use this workaround for now:
[spoilertitle]
Which will look like this:
[spoilertitle]
If you are targeting spoilers with CSS, use the classes .spoiler-click for the title and .spoiler-text for the content.
Style tag and quotes
When including CSS in a profile, make sure your style tag is opened by one of the following:
(Preferred) <style type="text/css">
<style>
Examples of things that won't work:
<style type=text/css>
Hellowill result in an error. The correct order would be:
Hello
hello
world
Will give you two line breaks. But this will give you just one line break in between the lines:
hello
world
This will also only give you one line break:
hello
world
div[style^='width:50%'] { display:none; }
This is because of the square brackets within the code.
This is unintentional, and will be fixed, but is mentioned here because it could be causing your code to break.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Please read the first post! This is already mentioned (under the spoiler "Square Brackets in CSS") and it's also mentioned there's no need to ping me personally here.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights