@@ -712,13 +712,13 @@ describe('libretto', ({ concurrent: it }) => {
712712 'comment#inline/3' : [ 'a <!-- comment b' , '<p>a <!– comment b</p>' ] ,
713713
714714 'directive#youtube' : [
715- '@youtube{id=7TovqLDCosk caption="hitoribocchi tokyo"}' ,
715+ '@youtube{id=7TovqLDCosk caption="[ hitoribocchi tokyo](https://music.youtube.com/watch?v=7TovqLDCosk) by kessoku band "}' ,
716716 [
717717 '<figure>' ,
718718 '<div data-aubade="youtube">' ,
719719 '<iframe src="https://www.youtube-nocookie.com/embed/7TovqLDCosk" title="YouTube video player" loading="lazy" frameborder="0" allowfullscreen allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin"></iframe>' ,
720720 '</div>' ,
721- '<figcaption>hitoribocchi tokyo</figcaption>' ,
721+ '<figcaption><a href="https://music.youtube.com/watch?v=7TovqLDCosk"> hitoribocchi tokyo</a> by kessoku band </figcaption>' ,
722722 '</figure>' ,
723723 ] . join ( '\n' ) ,
724724 ] ,
@@ -734,7 +734,7 @@ describe('libretto', ({ concurrent: it }) => {
734734 ] . join ( '\n' ) ,
735735 ] ,
736736 'directive#youtube/newlines' : [
737- [ '@youtube{' , ' id=7TovqLDCosk' , ' caption="hitoribocchi tokyo"' , '}' ] . join ( '\n' ) ,
737+ '@youtube{\n id=7TovqLDCosk\n caption="hitoribocchi tokyo"\n}' ,
738738 [
739739 '<figure>' ,
740740 '<div data-aubade="youtube">' ,
@@ -755,7 +755,7 @@ describe('libretto', ({ concurrent: it }) => {
755755 ] . join ( '\n' ) ,
756756 ] ,
757757 'directive#youtube/series' : [
758- '@youtube{series=" PLZRRxQcaEjA4qyEuYfAMCazlL0vQDkIj2" caption="Mind Field: Season 1"}' ,
758+ '@youtube{series=PLZRRxQcaEjA4qyEuYfAMCazlL0vQDkIj2 caption="Mind Field: Season 1"}' ,
759759 [
760760 '<figure>' ,
761761 '<div data-aubade="youtube">' ,
@@ -765,6 +765,17 @@ describe('libretto', ({ concurrent: it }) => {
765765 '</figure>' ,
766766 ] . join ( '\n' ) ,
767767 ] ,
768+ 'directive#youtube/timestamp' : [
769+ '@youtube{id="B3akM3m_tz0?t=37" caption="Guitar, Loneliness and Blue Planet"' ,
770+ [
771+ '<figure>' ,
772+ '<div data-aubade="youtube">' ,
773+ '<iframe src="https://www.youtube-nocookie.com/embed/B3akM3m_tz0?t=37" title="YouTube video player" loading="lazy" frameborder="0" allowfullscreen allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin"></iframe>' ,
774+ '</div>' ,
775+ '<figcaption>Guitar, Loneliness and Blue Planet</figcaption>' ,
776+ '</figure>' ,
777+ ] . join ( '\n' ) ,
778+ ] ,
768779
769780 'directive#video' : [
770781 '@video{src="./video.mp4" caption="local video"}' ,
0 commit comments