Nested macros in editor

**Enonic version: 7.14.2

Quick question: is it possible to do nested macros? I.e

[some-macro]

[some-other-macro]
[/some-other-macro]

[/some-macro]

I tried it with a couple of our custom macros, but the [some-other-macro] just showd up as text.

1 Like

Hello @gjomle! Currently we don’t support other macroses within macro body. Currently a body is “a string containing the body of the macro instruction.”, so no other macroses expected.

1 Like

Thank you for your reply. Then I was not completely incompetent when I couldn’t get it to work ;).

1 Like