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", "
- html {
- overflow-y: overlay;
- }
", "```css\nhtml {\n overflow-y: overlay;\n}\n```\n"},
{"182", "foo
\n\n#include <stdio.h>\n\nint main(void)\n{\n string answer = get_string(\"What's your name? \");\n printf(\"hello, %s\\n\", answer);\n}\n
bar
\n