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

29 lines
1.1 KiB
Markdown
Raw Normal View History

2022-01-07 15:22:09 +05:30
# H1
<!-- <- text.title.1.marker -->
2022-01-07 15:22:09 +05:30
## H2
<!-- <- text.title.2.marker -->
2022-01-07 15:22:09 +05:30
- Item 1
- Item 2
<!-- <- punctuation.special -->
2022-01-07 15:22:09 +05:30
1. Item 1
2. Item 2
<!-- <- punctuation.special -->
2022-01-07 15:22:09 +05:30
----![image_description](https://example.com/image.jpg "awesome image title")
<!-- ^ 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...")
<!-- ^ text.reference -->
<!-- ^ text.uri -->
<!-- ^ text.literal -->
<!-- <- punctuation.bracket -->
<!-- ^ punctuation.bracket -->