From a866691030bb27b01f37d7b52840098b489219aa Mon Sep 17 00:00:00 2001 From: bjt-user Date: Mon, 29 Apr 2024 09:33:28 +0200 Subject: [PATCH] moved example markdown files to test dir --- tests/test.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 tests/test.md diff --git a/tests/test.md b/tests/test.md new file mode 100644 index 0000000..de8c530 --- /dev/null +++ b/tests/test.md @@ -0,0 +1,31 @@ +# test markdown doc + +## header2 + +#### header4 + +some text. + +```bash +echo 'hi' +``` + +#### another header4 + +more text. + +####third header4 + +####fourth #header4 + + ## this is not a header anymore + +##### header5 + +## a second header2 + +#### testing + +``` +cool code +```