["html",
  ["p",
    "A URL within a markdown link like so: ",
    ["a",
      { "href" : "http://example.com/foo/bar" },
      "http://example.com"
    ],
    " should not be autolinked"
  ]
]
