Skip to content

Periods not inserted after links #112

@solonovamax

Description

@solonovamax

Periods are not being inserted after links in kdoc.

Example:

/**
 * Enables the
 * [progressive compiler mode](https://kotlinlang.org/docs/whatsnew13.html#progressive-mode)
 * 
 * this is a test
 *
 * @see progressiveMode
 */

Expected:

/**
 * Enables the
 * [progressive compiler mode](https://kotlinlang.org/docs/whatsnew13.html#progressive-mode).
 * 
 * this is a test.
 *
 * @see progressiveMode
 */

Actual:

/**
 * Enables the
 * [progressive compiler mode](https://kotlinlang.org/docs/whatsnew13.html#progressive-mode)
 * 
 * this is a test
 *
 * @see progressiveMode
 */

Additional issue:
it seems for some reason that even if the link is removed, a period is not being inserted at the end of the second line. However, it does work if "This" is capitalized.

Related: #105

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions