Theme Documentation - bilibili Shortcode

The bilibili shortcode embeds a responsive video player for bilibili videos.
When the video only has one part, only the BV id of the video is required, e.g.:
https://www.bilibili.com/video/BV1Sx411T7QQExample bilibili input:
{{< bilibili BV1Sx411T7QQ >}}
Or
{{< bilibili id=BV1Sx411T7QQ >}}The rendered output looks like this:
When the video has multiple parts, in addition to the BV id of the video,
p is also required, whose default value is 1, e.g.:
https://www.bilibili.com/video/BV1TJ411C7An?p=3Example bilibili input with p:
{{< bilibili BV1TJ411C7An 3 >}}
Or
{{< bilibili id=BV1TJ411C7An p=3 >}}The rendered output looks like this:
v1.5.2