Skip to content

Commit

Permalink
Sync in-facto-web
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 9, 2024
1 parent cb9e599 commit 3381aaf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions website/_posts/nigaoe.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ ykpythemind 09:56

<iframe width="560" height="315" src="https://www.youtube.com/embed/6k-ZYxlVqaw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>


## 出す音も含めて演技

ykpythemind 10:30
Expand Down Expand Up @@ -152,5 +151,3 @@ ykpythemind 26:48


*2023/3/7 収録*


3 changes: 3 additions & 0 deletions website/lib/__test__/expect.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@ test <span style="color: gray; font-size: 0.9rem; ">※2</span>
<iframe src="https://www.youtube.com/embed/z2eawA8HnyU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>

## h2
<div class="postAroundIframe"><div class="postIframeOuter">
<iframe src="https://www.youtube.com/embed/z2eawA8HnyU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div style="margin-top: 0.4rem; text-align: center;"><div class="postInfo">これはinfoです</div></div>
</div>

<p class='postBodyComment'>
<span class='postBodyCommentPerson'><strong>ykpythemind</strong></span> <span class='postBodyCommentBody'>
テスト
Expand Down
2 changes: 2 additions & 0 deletions website/lib/googleDoc2Md.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ test <<*>>
<iframe src="https://www.youtube.com/embed/z2eawA8HnyU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
## h2
<iframe src="https://www.youtube.com/embed/z2eawA8HnyU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
:info: これはinfoです
Expand Down
1 change: 1 addition & 0 deletions website/lib/googleDoc2Md.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class MarkdownGenerator {
}

this.appendLine("</div>"); // close postAroundIframe
this.appendLine("");
continue;
}

Expand Down

0 comments on commit 3381aaf

Please sign in to comment.