nvim-treesitter/tests/query/highlights/markdown/test.md

29 lines
1.2 KiB
Markdown
Raw Normal View History

2022-01-07 15:22:09 +05:30
# H1
2023-12-24 12:52:21 +01:00
<!-- <- @text.title.1.marker -->
2022-01-07 15:22:09 +05:30
## H2
2023-12-24 12:52:21 +01:00
<!-- <- @text.title.2.marker -->
2022-01-07 15:22:09 +05:30
- Item 1
- Item 2
2023-12-24 12:52:21 +01:00
<!-- <- @punctuation.special -->
2022-01-07 15:22:09 +05:30
1. Item 1
2. Item 2
2023-12-24 12:52:21 +01:00
<!-- <- @punctuation.special -->
2022-01-07 15:22:09 +05:30
----![image_description](https://example.com/image.jpg "awesome image title")
2023-12-24 12:52:21 +01:00
<!-- ^ @text.reference -->
<!-- ^ @text.uri -->
<!-- ^ @text.literal -->
<!--^ @punctuation.special -->
<!-- ^ @punctuation.bracket -->
<!-- ^ @punctuation.bracket -->
2022-01-07 15:22:09 +05:30
[link_text](#local_reference "link go brr...")
2023-12-24 12:52:21 +01:00
<!-- ^ @text.reference -->
<!-- ^ @text.uri -->
<!-- ^ @text.literal -->
<!-- <- @punctuation.bracket -->
<!-- ^ @punctuation.bracket -->