From 3381aafb9bc634bca37841a9ca82f5851aa08268 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 9 Jun 2024 15:04:25 +0000 Subject: [PATCH] Sync in-facto-web --- website/_posts/nigaoe.md | 3 --- website/lib/__test__/expect.md | 3 +++ website/lib/googleDoc2Md.test.ts | 2 ++ website/lib/googleDoc2Md.ts | 1 + 4 files changed, 6 insertions(+), 3 deletions(-) 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; }