digitalpoint
Well-known member
If your site has a user named "media" and you post the following CSS in a code block:
It gets parsed and ends up looking like this:
Since CODE blocks never link the user (rather show the BBCode directly), wouldn't it make sense to just not auto-parse the @Username's in the CODE block?
Code:
@media (max-width:480px) {
* {
somecss: here;
}
}
It gets parsed and ends up looking like this:
Since CODE blocks never link the user (rather show the BBCode directly), wouldn't it make sense to just not auto-parse the @Username's in the CODE block?