Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Periods not inserted after links #112

Open
solonovamax opened this issue Mar 5, 2025 · 0 comments
Open

Periods not inserted after links #112

solonovamax opened this issue Mar 5, 2025 · 0 comments

Comments

@solonovamax
Copy link

solonovamax commented Mar 5, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant