I have a shortcode named call-out that renders the content in a box with some styling, I use {{- $inner -}} in this shortcode.
I have another shortcode named command that has some javascript in a <script> tag.
When I nest command shortcode into call-out the script portion of it gets rendered as text like:
<pre>
<code>
"<script>....</script>"
</code>
</pre>
Any idea how to maintain the functionality?