don't parse lines starting with @ as KDoc tags if they're inside a Markdown code fence
#KT-11789 Fixed
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @foo This is text.
|
||||
* ``` kotlin
|
||||
* @foo This is code block.
|
||||
* ```
|
||||
* @foo This is text.
|
||||
* ~~~
|
||||
* @foo This is code block
|
||||
* With multiple lines.
|
||||
* ~~~
|
||||
* @foo This is yet more text.
|
||||
* ```
|
||||
* @foo This is an unclosed code block.
|
||||
*/
|
||||
Reference in New Issue
Block a user