Kenna Zimmerman
07/25/2025, 3:53 PM/**
* This is a new interface for testing dokka.
*
* This should be a new line
*
* And [this](<https://www.google.com/>) should be a hyperlink.
*/
@Keep
public abstract class NewInterface {
/** [This](<https://www.google.com/>) should also be a hyperlink. */
public abstract void foo();
And attached is the generated HTML. Neither the new lines or hyperlinks are being recognized. Am I using the right syntax? Any ideas for solutions (or workarounds)? I’m using dokka version 2.0.0Kenna Zimmerman
07/25/2025, 3:54 PMephemient
07/25/2025, 4:00 PMephemient
07/25/2025, 4:01 PMKenna Zimmerman
07/25/2025, 4:05 PM