emphasis-cross-nesting

Cross-type nesting is allowed; Strong inside Emphasis and vice versa

§5.2

Input

__**bold and strong**__

Output AST

- type: Paragraph
  children:
    - type: Emphasis
      children:
        - type: Strong
          children:
            - type: Text
              value: bold and strong