* $x+x=$

# `@` is used to apply a formatting to all answers (`%s` corresponds to the answer content).
@$%s$
+ 2x       # -> $2x$
- x^2      # -> $x^2$
- x        # and so on...
- 2x^2
