Shortcode with closed tag adds new line between bullet list outside of shortcode scope

Hi,

I’m having an odd problem that I setup shortcode like this:

- bullet 1
- bullet 2

{{< myshortcode >}}
  <par>
    <strong>Headline: </strong>
    <t>TAG</t>
 </par>
  {{< /shortcode >}}

There is newline between each bullet. Removing the shortcode and no new line between the bullets.
I tried removing the styling in myshortcode.html but it doesn’t affect the problem.

Just managed to solve this. The problem was that the shortcode tags didn’t start from the beginning of the line :exploding_head:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.