spacedvoid
spacedvoid
> What steps will reproduce the issue? Create an [IDE Kotlin script](https://www.jetbrains.com/help/idea/ide-scripting-console.html) as below: ```kotlin import com.intellij.openapi.diagnostic.Logger import com.intellij.openapi.project.Project import com.intellij.openapi.project.ProjectManager import com.intellij.psi.PsiFile import com.intellij.psi.codeStyle.CodeStyleManager class ReformatListener(private val project: Project)...
When links and inline code sections appear back-by-back, some of the links and codes are simply not recognized. **Example**: ```kotlin /** * `a`[Int]`b`[Long]`c` */ fun main() {} ``` **Expected**: Dokka...