Shortcode with post URL

Test that the shortcode works with Bluesky post URLs.
Important

A console warning should be generated for every comments section in this test, giving the user the resolved atproto URI.

As direct argument

{{< bluesky-comments https://bsky.app/profile/grrrck.xyz/post/3lbu5opiixc2j >}}

As named uri argument

{{< bluesky-comments uri="https://bsky.app/profile/grrrck.xyz/post/3lbu5opiixc2j" >}}

Using profile from metadata

This post includes the following in its frontmatter:

bluesky-comments:
  profile: grrrck.xyz

As direct argument with post ID

{{< bluesky-comments 3lbu5opiixc2j >}}

As named uri argument with ID

{{< bluesky-comments uri="3lbu5opiixc2j" >}}

With profile as a shortcode kwarg

{{< bluesky-comments 3lbtwdydxrk26 profile="did:plc:fgeozid7uyx2lfz3yo7zvm3b" >}}