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
<!-- <- punctuation.special -->
2022-01-07 15:22:09 +05:30
## H2
<!-- <- punctuation.special -->
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.delimiter -->
<!-- ^ punctuation.delimiter -->
<!-- //TODO: currently disabled punctuation.delimiter -->
2022-01-07 15:22:09 +05:30
[link_text](#local_reference "link go brr...")
<!-- ^ text.reference -->
<!-- ^ text.uri -->
<!-- ^ text.literal -->
<!-- <- punctuation.delimiter -->
<!-- //TODO: currently disabled punctuation.delimiter -->