add a token for inline Markdown links; add test for identifier links with labels
This commit is contained in:
@@ -6,7 +6,9 @@ JetFile: HttpLink.kt
|
||||
PsiWhiteSpace('\n ')
|
||||
KDOC_SECTION
|
||||
PsiElement(KDOC_LEADING_ASTERISK)('*')
|
||||
PsiElement(KDOC_TEXT)(' [Kotlin](http://kotlinlang.org) is made by [JetBrains][1]')
|
||||
PsiElement(KDOC_TEXT)(' ')
|
||||
PsiElement(KDOC_MARKDOWN_INLINE_LINK)('[Kotlin](http://kotlinlang.org)')
|
||||
PsiElement(KDOC_TEXT)(' is made by [JetBrains][1]')
|
||||
PsiWhiteSpace('\n ')
|
||||
PsiElement(KDOC_LEADING_ASTERISK)('*')
|
||||
PsiElement(KDOC_TEXT)(' [1]: http://www.jetbrains.com/')
|
||||
|
||||
Reference in New Issue
Block a user