Viewing 1 replies (of 1 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    Sure.

    Some technical notes though:
    – a group is by default a block level element (div)
    – if you want to render a group as an inline element (span) you need to add the inline attribute like this: [group g inline]..[/group]

    The reason why I mention this is that generally, inline elements may contain only data and other inline elements. You can’t put block elements inside inline elements. See https://developer.mozilla.org/en-US/docs/Web/HTML/Inline_elements

Viewing 1 replies (of 1 total)

The topic ‘HTML Elements inside GROUP’ is closed to new replies.