Fix handling of underscores in Markdown links (KT-14452)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class C {
|
||||
/** Use [SOME_REFERENCED_VAL] to do something */
|
||||
fun fo<caret>o() {
|
||||
|
||||
}
|
||||
|
||||
companion object {
|
||||
val SOME_REFERENCED_VAL = 1
|
||||
}
|
||||
}
|
||||
|
||||
//INFO: <b>public</b> <b>final</b> <b>fun</b> foo(): Unit <i>defined in</i> C<p>Use <a href="psi_element://SOME_REFERENCED_VAL">SOME_REFERENCED_VAL</a> to do something</p>
|
||||
Reference in New Issue
Block a user