From ae3552ed5157db30987cb6b5d65d9151d2db2cce Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sun, 1 Sep 2024 10:14:29 +0800 Subject: [PATCH] :white_check_mark: Add test case --- test/h2m_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/h2m_test.go b/test/h2m_test.go index 6f5b07bbe3..c5b7b48749 100644 --- a/test/h2m_test.go +++ b/test/h2m_test.go @@ -18,6 +18,7 @@ import ( var html2MdTests = []parseTest{ + {"183", "
  1. html {
  2. overflow-y: overlay;
  3. }
", "```css\nhtml {\n overflow-y: overlay;\n}\n```\n"}, {"182", "

清晨的阳光透过淡薄的云层,纷纷扬扬地落在了幽静的林间小道上。树叶在微风中轻轻摇曳, 仿佛在跳着一场优雅的舞蹈。草丛中,晶莹的露珠闪烁着微光,宛如一颗颗细碎的宝石。鸟儿欢快地歌唱着,声音清脆悦耳,在这宁静而美丽的画面中增添了一抹灵动的气息。

", "清晨的阳光透过淡薄的云层,纷纷扬扬地落在了**幽静的林间小道**上。树叶在微*风中轻轻摇曳,* 仿佛在跳着一场优雅的舞蹈。草丛中,晶莹的露珠闪烁着微光,宛如一颗颗细碎的宝石。鸟儿欢快地歌唱着,声音***清脆悦耳,在这宁静而美丽的画面中增添了一***抹灵动的气息。\n"}, {"181", "

\"image.png\"

\n\n496 x 344

", "![image.png](https://b3logfile.com/file/2024/08/image-tU91NvB.png?imageView2/2/interlace/1/format/webp)\n"}, {"180", "", "* foo\n\n ```c\n #include \n\n int main(void)\n {\n string answer = get_string(\"What's your name? \");\n printf(\"hello, %s\\n\", answer);\n }\n ```\n\n bar\n"},