Open
Description
- line break in kotlin doc should use 2 line break character ('\n'), as same as in markdown
- special handing logic for basic type references is required (e.g.,
[int]
, may convert to[Int]
) - annotation references are not converted (e.g.,
[annotation @GDScript.@export]
) - replace
[codeblock]..[/codeblock]
to markdown codefence format, it's missing - missing imports for references (e.g.,
[Signal.emit]
inObject.kt
)