["html",
  ["p",
    "Emphasis can be ",
    ["strong",
      "strong"
    ],
    "."
  ],
  ["p",
    "It can use ",
    ["em",
      "underscores"
    ],
    "."
  ]
]
