0 votes
by (1.3k points)

So, I wanted to do this:

@@.cheatsBlock;@@.cheatsItemA;orientation@@\
@@.cheatsItemB;<<cyclinglink "$cycOrientation" "unset" "het" "gay" "bi">>@@@@<br><br>\

But all that results in is:

https://ibb.co/fREJBb

So, I tried the exact same idea like so:

<span class="cheatsBlock">@@.cheatsItemA;orientation@@\
@@.cheatsItemB;<<cyclinglink "$cycOrientation" "unset" "het" "gay" "bi">>@@</span><br><br>\

And I get the result I was looking for.

https://ibb.co/ca0mxG

So... why is this? Am I not really supposed to try @@;'s within other @@;'s?

I do like using the custom styling markups, but is embedding something better avoided? Or is this just a bad case for it or something?

1 Answer

0 votes
by (68.6k points)
selected by
 
Best answer
The custom styles markup does not support nesting (meaning, you cannot place one inside of another).
by (1.3k points)
Fair enough. Good to know.
...