["html",
  ["p",
    "An ",
    ["em",
      { "class" : "foo" },
      "em"
    ],
    " and ",
    ["strong",
      { "class" : "bar" },
      "strong"
    ],
    "\nwith attached attributes."
  ]
]
