From 0f01bbb1c28055de6b81da1ba7385e01e0b67215 Mon Sep 17 00:00:00 2001 From: numToStr Date: Fri, 7 Jan 2022 15:22:09 +0530 Subject: chore(markdown): highlights test --- tests/query/highlights/markdown/test.md | 41 +++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 tests/query/highlights/markdown/test.md (limited to 'tests/query') diff --git a/tests/query/highlights/markdown/test.md b/tests/query/highlights/markdown/test.md new file mode 100644 index 000000000..1eaba982c --- /dev/null +++ b/tests/query/highlights/markdown/test.md @@ -0,0 +1,41 @@ +# H1 + + + +## H2 + + + +- Item 1 +- Item 2 + + + +1. Item 1 +2. Item 2 + + + +![image_description](https://example.com/image.jpg "awesome image title") + + + +[link_text](#local_reference "link go brr...") + + -- cgit v1.2.3-70-g09d2