["html",
  ["p",
    "You can ",
    ["strong",
      "nest ",
      ["em",
        "em"
      ],
      " inside strong"
    ],
    "."
  ],
  ["p",
    "You can ",
    ["em",
      "nest ",
      ["strong",
        "strong"
      ],
      " inside em"
    ],
    "."
  ]
]
