Closed davidtorosyan closed 2 years ago
Another edge case of #63, almost the same but a little different.
Before:
/** * Some title * * <p>1. Test * 2. Test */ fun foo() = Unit
After:
/** * Some title * * 1. Test * 2. Test */ fun foo() = Unit
After again:
/** * Some title * 1. Test * 2. Test */ fun foo() = Unit
Using v1.5.4 with default options.
Fixed in 1.5.5
Another edge case of #63, almost the same but a little different.
Before:
After:
After again:
Using v1.5.4 with default options.