I mean, for example, stuff like:
tw blood ||today i fell off my bike and i bled a lot||
do you guys like the part where gru says (spoiler) “||ur mom||” in [insert movie name here]?
yea spoiler tags would be interesting. but not easily implementable with the current editor setup
spoiler {
background-color: black;
color: black; /* they don't need to be directly black */
transition: 0.5s;
}
spoiler:hover {
background-color: transparent;
}