diff --git a/website/_posts/nigaoe.md b/website/_posts/nigaoe.md index c401757..10a6903 100644 --- a/website/_posts/nigaoe.md +++ b/website/_posts/nigaoe.md @@ -80,7 +80,6 @@ ykpythemind 09:56 - ## 出す音も含めて演技 ykpythemind 10:30 @@ -152,5 +151,3 @@ ykpythemind 26:48 *2023/3/7 収録* - - diff --git a/website/lib/__test__/expect.md b/website/lib/__test__/expect.md index 86279b6..6bb4cb1 100644 --- a/website/lib/__test__/expect.md +++ b/website/lib/__test__/expect.md @@ -29,11 +29,14 @@ test ※2 + +## h2
+

ykpythemind テスト diff --git a/website/lib/googleDoc2Md.test.ts b/website/lib/googleDoc2Md.test.ts index 249fb43..09e21db 100644 --- a/website/lib/googleDoc2Md.test.ts +++ b/website/lib/googleDoc2Md.test.ts @@ -29,6 +29,8 @@ test <<*>> +## h2 + :info: これはinfoです diff --git a/website/lib/googleDoc2Md.ts b/website/lib/googleDoc2Md.ts index ebe7a35..08c3fe3 100644 --- a/website/lib/googleDoc2Md.ts +++ b/website/lib/googleDoc2Md.ts @@ -88,6 +88,7 @@ class MarkdownGenerator { } this.appendLine(""); // close postAroundIframe + this.appendLine(""); continue; }